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 09b81bb commit 6c95950Copy full SHA for 6c95950
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: false
20
matrix:
21
java: ['16', '17', '18', '19', '20', '21', '23']
22
- os: [ ubuntu, windows ]
+ os: [ ubuntu, windows, macos ]
23
24
steps:
25
- uses: actions/checkout@v4
0 commit comments