Skip to content

Commit

Permalink
Actually don't test on x86
Browse files Browse the repository at this point in the history
  • Loading branch information
serenity4 committed Jan 24, 2025
1 parent 5592540 commit 9370220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
fail-fast: false
matrix:
julia-version: ["1", "pre"]
julia-arch: [x64, x86]
julia-arch: [x64]
os: [ubuntu-latest]
allow-failure: [false]
include:
- julia-version: "nightly"
julia-arch: x86
julia-arch: x64
os: ubuntu-latest
allow-failure: true

Expand Down

0 comments on commit 9370220

Please sign in to comment.