Skip to content

Commit 4d3b387

Browse files
authored
Don't specify arch in ci matrix (#216)
1 parent 43eb025 commit 4d3b387

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
@@ -14,7 +14,7 @@ on:
1414
- '.github/workflows/TagBot.yml'
1515
jobs:
1616
test:
17-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
17+
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
fail-fast: false
@@ -26,14 +26,11 @@ jobs:
2626
- ubuntu-latest
2727
- macOS-latest
2828
- windows-latest
29-
arch:
30-
- x64
3129
steps:
3230
- uses: actions/checkout@v4
3331
- uses: julia-actions/setup-julia@v2
3432
with:
3533
version: ${{ matrix.version }}
36-
arch: ${{ matrix.arch }}
3734
- uses: actions/cache@v4
3835
env:
3936
cache-name: cache-artifacts

0 commit comments

Comments
 (0)