Skip to content

Commit

Permalink
Merge pull request #178 from CliMA/as/gh-workflows
Browse files Browse the repository at this point in the history
Fix GH workflow issue on MacOS
  • Loading branch information
akshaysridhar authored Oct 9, 2024
2 parents 66176e6 + 7e7df0f commit 8b9f647
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@ jobs:
- ubuntu-latest
- macOS-latest
- windows-latest
arch:
- x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v1
env:
cache-name: cache-artifacts
Expand Down

0 comments on commit 8b9f647

Please sign in to comment.