We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03550a commit 0965b7aCopy full SHA for 0965b7a
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
strategy:
31
fail-fast: false
32
matrix:
33
- os: [ ubuntu-20.04, macos-11, windows-2022 ]
+ os: [ ubuntu-20.04, macos-12, windows-2022 ]
34
java: [ 8, 11, 17, 21 ]
35
runs-on: ${{ matrix.os }}
36
needs: [ extended ]
0 commit comments