Skip to content

Commit

Permalink
fix matrix OS
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-enko committed Sep 4, 2024
1 parent b7914bf commit 9ed01b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
needs: validate-gradle-wrapper
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
os:
- macos-latest
- ubuntu-latest
- windows-latest
fail-fast: true
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 9ed01b4

Please sign in to comment.