We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d5434 commit 8b0be4aCopy full SHA for 8b0be4a
1 file changed
.github/workflows/check.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
os:
13
- ubuntu-latest
14
- - macOS-latest
+ - macOS-13 # OpenJDK 8 is not supported on macos-14+ (M1).
15
- windows-latest
16
gradle:
17
- "8.7"
0 commit comments