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 02cbf0b commit edff333Copy full SHA for edff333
1 file changed
.github/workflows/ci.yml
@@ -43,10 +43,13 @@ jobs:
43
- '1'
44
os:
45
- ubuntu-latest
46
- - macOS-latest
47
- windows-latest
48
arch:
49
- x64
+ include:
50
+ - version: '1'
51
+ os: macOS-latest
52
+ arch: aarch64
53
steps:
54
- uses: actions/checkout@v6
55
- uses: julia-actions/setup-julia@v2
@@ -80,4 +83,4 @@ jobs:
80
83
# 1. If the PR is from a fork, then no Codecov token is required.
81
84
# 2. If the PR is NOT from a fork, then the Codecov token is required.
82
85
token: ${{ secrets.CODECOV_TOKEN }}
- fail_ci_if_error: true
86
+ fail_ci_if_error: false
0 commit comments