Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
It seems like the latest macOS image no longer supports JDK 8.
  • Loading branch information
eed3si9n committed May 5, 2024
1 parent 0c6d7b8 commit 5078a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
distribution: adopt
jobtype: 7
- os: macos-latest
java: 8
java: 17
distribution: adopt
jobtype: 8
- os: windows-latest
Expand Down

0 comments on commit 5078a6e

Please sign in to comment.