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:
23
23
- ' 1.9'
24
24
- ' 1.10'
25
25
- ' 1.11'
26
- - ' pre'
26
+ # - 'pre'
27
27
os :
28
28
- ubuntu-latest
29
29
- macos-13
30
30
- windows-latest
31
31
arch :
32
32
- x64
33
+ allow_failure : [false]
33
34
include :
34
- - os : macOS-latest
35
- arch : aarch64
36
- version : ' 1.9'
37
35
- os : macOS-latest
38
36
arch : aarch64
39
37
version : ' 1.10'
38
+ allow_failure : false
40
39
- os : macOS-latest
41
40
arch : aarch64
42
41
version : ' 1.11'
42
+ allow_failure : false
43
43
- os : macOS-latest
44
44
arch : aarch64
45
- version : ' pre'
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
46
55
steps :
47
56
- uses : actions/checkout@v4
48
57
- uses : julia-actions/setup-julia@v2
You can’t perform that action at this time.
0 commit comments