Skip to content

Commit

Permalink
exclude x86 macos
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreyer committed Nov 18, 2024
1 parent 1f7d749 commit 30143c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
arch:
- x64
- x86
exclude:
- os: macOS-latest
arch: x86
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 30143c3

Please sign in to comment.