Skip to content

Commit

Permalink
Use macos-13 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-sato committed May 29, 2024
1 parent 3ef2287 commit da5a92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macOS-latest
- macOS-13 # OpenJDK 8 is not supported on macos-14+ (M1).
- windows-latest
gradle:
- "8.4"
Expand Down

0 comments on commit da5a92e

Please sign in to comment.