Skip to content

Commit 980fb0f

Browse files
authored
Update CI.yml
1 parent 55a859f commit 980fb0f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ jobs:
2020
- ubuntu-latest
2121
- macos-latest
2222
- windows-latest
23-
arch:
24-
- x64
2523
env:
2624
PYTHON: ""
2725
steps:
2826
- uses: actions/checkout@v4
2927
- uses: julia-actions/install-juliaup@v2
3028
with:
31-
channel: ${{matrix.channel}}
29+
channel: ${{matrix.version}}
3230
- uses: actions/cache@v4
3331
env:
3432
cache-name: cache-artifacts

0 commit comments

Comments
 (0)