Skip to content

Commit

Permalink
Run GHA on JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Apr 24, 2024
1 parent 46d54d8 commit faceaff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: 17
java-version: 21
distribution: 'graalvm-community'
set-java-home: false
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
java-version: 21
- uses: gradle/gradle-build-action@v2
with:
arguments: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
java-version: 21
- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down

0 comments on commit faceaff

Please sign in to comment.