Skip to content

Commit c81031d

Browse files
Temporarily exclude linux32 from CI (#3022)
1 parent 503f31f commit c81031d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
exclude:
4141
- os: macOS-latest
4242
julia-arch: x86
43+
- os: ubuntu-latest # exclude because linux32 nightlies are stuck at commit 5b2a4b1e45 (2022-02-13 06:27 UTC)
44+
julia-arch: x86
4345
steps:
4446
- name: Set git to use LF
4547
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)