Skip to content

Commit 8c49e3c

Browse files
authored
Don't specify arch in ci matrix (#251)
1 parent 06741d7 commit 8c49e3c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
test:
3232
needs: pre_job
3333
if: needs.pre_job.outputs.should_skip != 'true'
34-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
34+
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
3535
runs-on: ${{ matrix.os }}
3636
strategy:
3737
fail-fast: false
@@ -43,14 +43,11 @@ jobs:
4343
- ubuntu-latest
4444
- macOS-latest
4545
- windows-latest
46-
arch:
47-
- x64
4846
steps:
4947
- uses: actions/checkout@v4
5048
- uses: julia-actions/setup-julia@v2
5149
with:
5250
version: ${{ matrix.version }}
53-
arch: ${{ matrix.arch }}
5451
- uses: actions/cache@v4
5552
env:
5653
cache-name: cache-artifacts

0 commit comments

Comments
 (0)