Skip to content

Commit 60a660a

Browse files
authored
introduce soft fail
1 parent 94e15b9 commit 60a660a

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.github/workflows/CI.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,35 @@ jobs:
2323
- '1.9'
2424
- '1.10'
2525
- '1.11'
26-
- 'pre'
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: '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
4655
steps:
4756
- uses: actions/checkout@v4
4857
- uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)