Skip to content

Commit b6d67fe

Browse files
committed
Update ci.yml
1 parent 40673ab commit b6d67fe

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
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@v5
3331
- uses: julia-actions/setup-julia@v3
3432
with:
3533
version: ${{ matrix.version }}
36-
arch: ${{ matrix.arch }}
3734
- uses: actions/cache@v5
3835
env:
3936
cache-name: cache-artifacts

0 commit comments

Comments
 (0)