Skip to content

Commit

Permalink
Update the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Nov 3, 2024
1 parent 74490e9 commit f680e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ${{matrix.platform}}
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
platform: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit f680e0d

Please sign in to comment.