Skip to content

Commit a07acd5

Browse files
committed
Remove unneeded arch argument from CI
1 parent 1786647 commit a07acd5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,22 @@ jobs:
1717
# Current stable version
1818
- version: '1'
1919
os: ubuntu-latest
20-
arch: x64
2120
# Minimum supported version
2221
- version: 'min'
2322
os: ubuntu-latest
24-
arch: x64
2523
# Windows
2624
- version: '1'
2725
os: windows-latest
28-
arch: x64
2926
# macOS
3027
- version: '1'
3128
os: macos-latest
32-
arch: aarch64
3329

3430
steps:
3531
- uses: actions/checkout@v4
3632

3733
- uses: julia-actions/setup-julia@v2
3834
with:
3935
version: ${{ matrix.runner.version }}
40-
arch: ${{ matrix.runner.arch }}
4136

4237
- uses: julia-actions/cache@v2
4338

0 commit comments

Comments
 (0)