Skip to content

Commit

Permalink
CI potential bug fix JL use 1.10
Browse files Browse the repository at this point in the history
Upstream Dev was running on Julia 1.1.1, not 1.10 as intented
  • Loading branch information
dehann committed Jan 22, 2024
1 parent 4cee95b commit de31b7d
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 @@ -58,7 +58,7 @@ jobs:

- uses: julia-actions/setup-julia@v1
with:
version: 1.10
version: '1.10'
arch: x64

- uses: actions/cache@v1
Expand Down

0 comments on commit de31b7d

Please sign in to comment.