Skip to content

Commit 7daa56f

Browse files
committed
Restrict Mac JDKs
1 parent 443f82b commit 7daa56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232
strategy:
3333
matrix:
34-
java: [ '8', '11', '17', '21' ]
34+
java: [ '8', '11' ] # , '17', '21' ]
3535
os: [ macos-13 ]
3636

3737
steps:

0 commit comments

Comments
 (0)