File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -23,26 +23,35 @@ jobs:
2323 - ' 1.9'
2424 - ' 1.10'
2525 - ' 1.11'
26- - ' nightly '
26+ # - 'pre '
2727 os :
2828 - ubuntu-latest
2929 - macos-13
3030 - windows-latest
3131 arch :
3232 - x64
33+ allow_failure : [false]
3334 include :
34- - os : macOS-latest
35- arch : aarch64
36- version : ' 1.9'
3735 - os : macOS-latest
3836 arch : aarch64
3937 version : ' 1.10'
38+ allow_failure : false
4039 - os : macOS-latest
4140 arch : aarch64
4241 version : ' 1.11'
42+ allow_failure : false
4343 - os : macOS-latest
4444 arch : aarch64
45- version : ' nightly'
45+ version : ' pre'
46+ allow_failure : true
47+ - os : ubuntu-latest
48+ arch : x86
49+ version : ' pre'
50+ allow_failure : true
51+ - os : windows-latest
52+ arch : x86
53+ version : ' pre'
54+ allow_failure : true
4655 steps :
4756 - uses : actions/checkout@v4
4857 - uses : julia-actions/setup-julia@v2
You can’t perform that action at this time.
0 commit comments