We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4933662 commit 5a11dcdCopy full SHA for 5a11dcd
1 file changed
.github/workflows/main.yml
@@ -4,7 +4,7 @@ on:
4
- pull_request
5
jobs:
6
test:
7
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.aarch64 }} - ${{ github.event_name }}
+ name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
8
runs-on: ${{ matrix.os }}
9
strategy:
10
fail-fast: false
@@ -24,7 +24,7 @@ jobs:
24
- uses: julia-actions/setup-julia@v2
25
with:
26
version: ${{ matrix.version }}
27
- arch: ${{ matrix.aarch64 }}
+ arch: ${{ matrix.arch }}
28
- uses: actions/cache@v4
29
env:
30
cache-name: cache-artifacts
0 commit comments