Skip to content

Commit 9734106

Browse files
authored
Update ci.yml
1 parent 856023b commit 9734106

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,17 @@ jobs:
2424
- windows-latest
2525
arch:
2626
- x64
27+
- x86
28+
exclude:
29+
- os: macos-latest
30+
arch: x86
2731
steps:
2832
- uses: actions/checkout@v4
2933
- uses: julia-actions/setup-julia@v1
3034
with:
3135
version: ${{ matrix.version }}
3236
arch: ${{ matrix.arch }}
33-
- uses: actions/cache@v3
37+
- uses: actions/cache@v4
3438
env:
3539
cache-name: cache-artifacts
3640
with:
@@ -46,4 +50,5 @@ jobs:
4650
- uses: codecov/codecov-action@v4
4751
with:
4852
file: lcov.info
53+
token: ${{ secrets.CODECOV_TOKEN }}
4954

0 commit comments

Comments
 (0)