Skip to content

Commit

Permalink
Merge pull request #97 from brianguenter/brianguenter/issue96
Browse files Browse the repository at this point in the history
update ci.yml to use latest julia checkout
  • Loading branch information
brianguenter authored Oct 20, 2024
2 parents 06050a6 + 3b7e5be commit d022b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
arch: [x64]
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit d022b22

Please sign in to comment.