Skip to content

Commit 2db4854

Browse files
authored
Merge pull request #799 from JuliaDiff/ox/x86
exclude julia 1.6 x86 from CI
2 parents edf140d + 947944e commit 2db4854

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)