Skip to content

Commit 1993b40

Browse files
committed
Don't set arch=x64 for macos-latest
1 parent 2391a06 commit 1993b40

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@ jobs:
2525
- ubuntu-latest
2626
- macOS-latest
2727
- windows-latest
28-
arch:
29-
- x64
3028
steps:
3129
- uses: actions/checkout@v4
3230
- uses: julia-actions/setup-julia@v2
3331
with:
3432
version: ${{ matrix.version }}
35-
arch: ${{ matrix.arch }}
3633
- uses: julia-actions/cache@v1
3734
- uses: julia-actions/julia-buildpkg@v1
3835
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)