Skip to content

Commit

Permalink
Fix testing exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Jul 21, 2024
1 parent 63c3c4e commit 5234236
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
- arm64
exclude:
- os: macOS-latest
julia-version:
- '1.6'
- '1.8'
julia-version: '1.6'
arch: arm64
- os: macOS-latest
julia-version: '1.8'
arch: arm64
- os: macOS-latest
julia-version: '1'
Expand Down

0 comments on commit 5234236

Please sign in to comment.