Skip to content

Commit

Permalink
Update test.yml ARM julia 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Sep 3, 2024
1 parent 24a764c commit 336df7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.julia-version }}
arch: ${{ (matrix.julia-version == '1.6' || matrix.julia-version == '1.7') && 'x64' || runner.arch }}

- uses: julia-actions/cache@v2

# 🚗
Expand Down

0 comments on commit 336df7d

Please sign in to comment.