Skip to content

Commit 8b9f647

Browse files
Merge pull request #178 from CliMA/as/gh-workflows
Fix GH workflow issue on MacOS
2 parents 66176e6 + 7e7df0f commit 8b9f647

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
@@ -17,14 +17,11 @@ jobs:
1717
- ubuntu-latest
1818
- macOS-latest
1919
- windows-latest
20-
arch:
21-
- x64
2220
steps:
2321
- uses: actions/checkout@v4
2422
- uses: julia-actions/setup-julia@v1
2523
with:
2624
version: ${{ matrix.version }}
27-
arch: ${{ matrix.arch }}
2825
- uses: actions/cache@v1
2926
env:
3027
cache-name: cache-artifacts

0 commit comments

Comments
 (0)