Skip to content

Commit

Permalink
Upgrade to JDK21
Browse files Browse the repository at this point in the history
  • Loading branch information
sblantipodi authored Oct 12, 2023
1 parent d28ee15 commit 14b7376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21-ea'
java-version: '21'
architecture: x64
- name: Install submodules
run: |
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21-ea'
java-version: '21'
architecture: x64
- id: get-id
run: |
Expand Down

0 comments on commit 14b7376

Please sign in to comment.