Skip to content

Commit

Permalink
Fix macOS skip in tests (#2277)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Jan 8, 2024
1 parent c32eb8f commit 5e7526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
index: [0, 1, 2, 3, 4, 5, 6, 7]
total: [8]
exclude:
- os: ${{ github.ref == 'refs/heads/main' && '' || 'macos-12' }}
- os: ${{ github.ref == 'refs/heads/main' && 'none' || 'macos-12' }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5e7526c

Please sign in to comment.