We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62890d commit 22163c0Copy full SHA for 22163c0
.github/workflows/gradle.yml
@@ -17,7 +17,7 @@ jobs:
17
build:
18
strategy:
19
matrix:
20
- os: [ubuntu-latest] # , macos-latest, windows-latest
+ os: [ubuntu-latest, macos-latest] # , windows-latest
21
22
runs-on: ${{ matrix.os }}
23
0 commit comments