Skip to content

Commit 38d1745

Browse files
committed
Restrict Mac JDKs
1 parent 443f82b commit 38d1745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: [ '11' ] # , '8' '17', '21' ]
3535
os: [ macos-13 ]
3636

3737
steps:

0 commit comments

Comments
 (0)