Skip to content

Commit 947944e

Browse files
authored
exclude julia 1.6 x86 from CI
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
1 parent edf140d commit 947944e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
arch:
2121
- x86
2222
- x64
23+
exclude:
24+
- version: "1.6"
25+
arch: x86
2326
steps:
2427
- uses: actions/checkout@v4
2528
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)