Skip to content

Commit

Permalink
Merge pull request #9 from terry-norbraten/master
Browse files Browse the repository at this point in the history
JDK21 LTS
  • Loading branch information
apease authored Nov 26, 2024
2 parents a1e43f3 + 84eafeb commit 5e68236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
repository: 'ontologyportal/SigmaUtils'
ref: 'main'

- name: Set up JDK 11
- name: Set up JDK 21 on x64
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '21'
distribution: 'temurin'

- name: Build with Ant
Expand Down

0 comments on commit 5e68236

Please sign in to comment.