Skip to content

Commit

Permalink
Merge pull request #153 from PhilipFackler/update-gh-actions-macos
Browse files Browse the repository at this point in the history
Update to macos-latest for github actions
  • Loading branch information
PhilipFackler authored Nov 19, 2024
2 parents 01d6bd3 + 0838b24 commit 70581fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
uses: actions/checkout@v4

- name: Instantiate
run: julia --project -e 'using Pkg; Pkg.instantiate();'
run: |
brew install julia
julia --project -e 'using Pkg; Pkg.instantiate();'
- name: Test Serial
if: contains(matrix.jobname, '-serial')
Expand Down

0 comments on commit 70581fd

Please sign in to comment.