Skip to content

Commit

Permalink
Update .github/workflows/gradle-build.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Jo G. <[email protected]>
  • Loading branch information
nya-elimu and jo-elimu authored Nov 28, 2023
1 parent ba01165 commit 97b933a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
java: [11, 17]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 97b933a

Please sign in to comment.