Skip to content

Commit

Permalink
Fix GH workflow issue on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaysridhar committed Oct 9, 2024
1 parent 167c514 commit ea348c6
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 ea348c6

Please sign in to comment.