Skip to content

Commit

Permalink
dont run build on x86
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Haack committed Dec 14, 2023
1 parent 079b1dc commit 7926ca9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9'
- '1.9.4'
- '1.9.3'
- 'nightly'
os:
- ubuntu-latest
arch:
- x64
- x86
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 7926ca9

Please sign in to comment.