Skip to content

Commit f1be93f

Browse files
authored
Merge pull request #1005 from CliMA/gb/fix_artifact
Remove arch from CI jobs
2 parents e980298 + e5a5668 commit f1be93f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,11 @@ jobs:
2626
- ubuntu-latest
2727
- macOS-latest
2828
- windows-latest
29-
arch:
30-
- x64
3129
steps:
3230
- uses: actions/checkout@v4
3331
- uses: julia-actions/setup-julia@v2
3432
with:
3533
version: ${{ matrix.version }}
36-
arch: ${{ matrix.arch }}
3734
- uses: julia-actions/cache@v2
3835
- uses: julia-actions/julia-buildpkg@v1
3936
- uses: julia-actions/julia-runtest@v1

0 commit comments

Comments
 (0)