Skip to content

Commit 6c9a5c6

Browse files
committed
Don't specify arch in ci matrix
1 parent def5e59 commit 6c9a5c6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
test:
3131
needs: pre_job
3232
if: needs.pre_job.outputs.should_skip != 'true'
33-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
33+
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
3434
runs-on: ${{ matrix.os }}
3535
strategy:
3636
fail-fast: false
@@ -42,14 +42,11 @@ jobs:
4242
- ubuntu-latest
4343
- macOS-latest
4444
- windows-latest
45-
arch:
46-
- x64
4745
steps:
4846
- uses: actions/checkout@v4
4947
- uses: julia-actions/setup-julia@v2
5048
with:
5149
version: ${{ matrix.version }}
52-
arch: ${{ matrix.arch }}
5350
- uses: actions/cache@v4
5451
env:
5552
cache-name: cache-artifacts

0 commit comments

Comments
 (0)