Skip to content

Commit

Permalink
Upgrade JDK to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed May 6, 2024
1 parent a4394b0 commit 4120676
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- name: Enable Developer Command Prompt
Expand Down Expand Up @@ -212,10 +212,10 @@ jobs:
steps:
- uses: actions/checkout@v3

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

- name: Get hdf4 snapshot
Expand Down Expand Up @@ -367,10 +367,10 @@ jobs:
security -v set-key-partition-list -S apple-tool:,apple: -k "${{ env.KEYCHAIN_PASSWD }}" $KEYCHAIN_PATH
security -v list-keychain -d user -s $KEYCHAIN_PATH
- name: Set up JDK 19
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '19'
java-version: '21'
distribution: 'temurin'

- name: Get hdf4 release
Expand Down

0 comments on commit 4120676

Please sign in to comment.