Skip to content

Commit

Permalink
Build with JDK 17 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed May 7, 2024
1 parent 2fe1a14 commit 0c6f99b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:

- uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'zulu'
java-version: 17
distribution: 'temurin'
architecture: ${{ matrix.architecture }}

- name: Install dependencies
Expand Down Expand Up @@ -91,8 +91,8 @@ jobs:

- uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'zulu'
java-version: 17
distribution: 'temurin'

- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 0c6f99b

Please sign in to comment.