We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443f82b commit 7daa56fCopy full SHA for 7daa56f
.github/workflows/mac.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ${{ matrix.os }}
32
strategy:
33
matrix:
34
- java: [ '8', '11', '17', '21' ]
+ java: [ '8', '11' ] # , '17', '21' ]
35
os: [ macos-13 ]
36
37
steps:
0 commit comments