Skip to content

Commit edff333

Browse files
authored
improve ci (#26)
1 parent 02cbf0b commit edff333

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,13 @@ jobs:
4343
- '1'
4444
os:
4545
- ubuntu-latest
46-
- macOS-latest
4746
- windows-latest
4847
arch:
4948
- x64
49+
include:
50+
- version: '1'
51+
os: macOS-latest
52+
arch: aarch64
5053
steps:
5154
- uses: actions/checkout@v6
5255
- uses: julia-actions/setup-julia@v2
@@ -80,4 +83,4 @@ jobs:
8083
# 1. If the PR is from a fork, then no Codecov token is required.
8184
# 2. If the PR is NOT from a fork, then the Codecov token is required.
8285
token: ${{ secrets.CODECOV_TOKEN }}
83-
fail_ci_if_error: true
86+
fail_ci_if_error: false

0 commit comments

Comments
 (0)