Skip to content

Commit

Permalink
Disable fail-fast on macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jan 29, 2024
1 parent 704ed6a commit a2dbffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
needs: test-linux
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
perl-version:
- "5.12"
Expand Down

0 comments on commit a2dbffa

Please sign in to comment.