We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7477767 commit c802527Copy full SHA for c802527
.github/workflows/check.yml
@@ -39,7 +39,7 @@ jobs:
39
strategy:
40
matrix:
41
java: [ 11, 17, 21 ]
42
- os: [windows-latest, macos-latest]
+ os: [windows-latest, macos-13]
43
runs-on: ${{ matrix.os }}
44
steps:
45
- uses: actions/checkout@v3
0 commit comments