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 9100826 commit b7914bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
needs: validate-gradle-wrapper
strategy:
matrix:
include:
- 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 b7914bf

Please sign in to comment.