Skip to content

Commit

Permalink
drop x86 arch in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Nov 27, 2023
1 parent 0c75512 commit bae01f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
julia-version: ['1.9']
julia-arch: [x64, x86]
julia-arch: [x64]
os: [ubuntu-latest, macOS-latest]
exclude:
- os: macOS-latest
Expand Down

0 comments on commit bae01f5

Please sign in to comment.