We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c3db29 commit 2832fd4Copy full SHA for 2832fd4
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- os: [ubuntu-latest, macos-13, windows-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
16
jdk: [21]
17
runs-on: ${{ matrix.os }}
18
steps:
0 commit comments