Skip to content

Commit 5a11dcd

Browse files
committed
update CI
1 parent 4933662 commit 5a11dcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- pull_request
55
jobs:
66
test:
7-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.aarch64 }} - ${{ github.event_name }}
7+
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
fail-fast: false
@@ -24,7 +24,7 @@ jobs:
2424
- uses: julia-actions/setup-julia@v2
2525
with:
2626
version: ${{ matrix.version }}
27-
arch: ${{ matrix.aarch64 }}
27+
arch: ${{ matrix.arch }}
2828
- uses: actions/cache@v4
2929
env:
3030
cache-name: cache-artifacts

0 commit comments

Comments
 (0)