Skip to content

Commit

Permalink
Desperate attempt to try mac signing with Corretto 22 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Sep 8, 2024
1 parent 398dafa commit 8d96374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/uberjar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
- uses: actions/setup-java@v4
with:
java-version: '21'
java-version: '22'
distribution: 'corretto'

- name: Build macOS disk image
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
- uses: actions/setup-java@v4
with:
java-version: '21'
java-version: '22'
distribution: 'corretto'

- name: Build macOS disk image
Expand Down

0 comments on commit 8d96374

Please sign in to comment.