Skip to content

Commit 4772d08

Browse files
run CI on default CPU arch for each OS
1 parent 008b2f3 commit 4772d08

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
@@ -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@v4
2725
- uses: julia-actions/setup-julia@v2
2826
with:
2927
version: ${{ matrix.version }}
30-
arch: ${{ matrix.arch }}
3128
- uses: actions/cache@v1
3229
env:
3330
cache-name: cache-artifacts

0 commit comments

Comments
 (0)