Skip to content

Commit

Permalink
Fix CI on macos Julia 1.6 (#2957)
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Jul 14, 2024
1 parent 2262704 commit c470cdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@v2
arch: ${{ (matrix.julia-version == '1.6') && 'x64' || runner.arch }}

- uses: julia-actions/cache@v1

# 🚗
- uses: julia-actions/julia-runtest@v1
Expand Down

0 comments on commit c470cdc

Please sign in to comment.