Skip to content

Commit 275b9dc

Browse files
committed
CI: Fix codecov and macOS arch
1 parent b4dd794 commit 275b9dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
arch: x64
3535
- os: macos-latest
3636
version: '1'
37-
arch: x64
37+
arch: aarch64
3838
steps:
3939
- uses: actions/checkout@v4
4040
- uses: julia-actions/setup-julia@v2
@@ -48,7 +48,7 @@ jobs:
4848
- uses: julia-actions/julia-processcoverage@v1
4949
- uses: codecov/codecov-action@v5
5050
with:
51-
file: lcov.info
51+
files: lcov.info
5252
docs:
5353
name: Documentation
5454
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)