Skip to content

Commit

Permalink
Exclude 32-bit macos from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson authored and barucden committed Apr 17, 2024
1 parent 8cc780f commit 19492fa
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 @@ -28,6 +28,9 @@ jobs:
arch:
- x64
- x86
exclude:
- os: macos-latest
arch: x86
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 19492fa

Please sign in to comment.