Skip to content

Commit

Permalink
Merge branch 'staging' of https://github.com/specs-feup/clava into st…
Browse files Browse the repository at this point in the history
…aging
  • Loading branch information
joaobispo committed Mar 7, 2024
2 parents ab2e12e + 1f3aa44 commit a82bc56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ant-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
path: ~/.ivy2
key: ${{ runner.os }}-build-${{ env.cache-name }}

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Generate build.xml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ant-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
path: ~/.ivy2
key: ${{ runner.os }}-build-${{ env.cache-name }}

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'

- name: Generate build.xml
Expand Down

0 comments on commit a82bc56

Please sign in to comment.