We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e7766 commit 7c471a0Copy full SHA for 7c471a0
.github/workflows/precommit.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
java: [ 11, 17, 21 ]
11
- os: [ubuntu-latest, windows-latest, macos-13]
+ os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
12
steps:
13
- uses: actions/checkout@v4
14
- name: Set up JDK ${{ matrix.java }}
0 commit comments