Skip to content

Commit bbc9cf5

Browse files
authored
Merge branch 'main' into os/native-iroot-and-friends
2 parents c899048 + edff333 commit bbc9cf5

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)