We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503f31f commit c81031dCopy full SHA for c81031d
.github/workflows/test.yml
@@ -40,6 +40,8 @@ jobs:
40
exclude:
41
- os: macOS-latest
42
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
45
steps:
46
- name: Set git to use LF
47
if: matrix.os == 'windows-latest'
0 commit comments