Skip to content

Commit

Permalink
exclude julia 1.6 x86 from CI
Browse files Browse the repository at this point in the history
This has been stocastically failing more often than not.
The signal to noise ratio is too low and i have just been ignoring it for like a year.
It is some julia or JuliaInterpetter bug being hit
  • Loading branch information
oxinabox authored Jun 10, 2024
1 parent edf140d commit 947944e
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 @@ -20,6 +20,9 @@ jobs:
arch:
- x86
- x64
exclude:
- version: "1.6"
arch: x86
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 947944e

Please sign in to comment.