Skip to content

Commit 8493f44

Browse files
committed
Update CI.yml
1 parent b0ff55f commit 8493f44

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
@@ -7,7 +7,7 @@ on:
77
tags: '*'
88
jobs:
99
test:
10-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
10+
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
fail-fast: false
@@ -20,14 +20,11 @@ jobs:
2020
- ubuntu-latest
2121
- macOS-latest
2222
- windows-latest
23-
arch:
24-
- x64
2523
steps:
2624
- uses: actions/checkout@v6
2725
- uses: julia-actions/setup-julia@v3
2826
with:
2927
version: ${{ matrix.version }}
30-
arch: ${{ matrix.arch }}
3128
- uses: actions/cache@v5
3229
env:
3330
cache-name: cache-artifacts

0 commit comments

Comments
 (0)