Skip to content

Commit

Permalink
Merge pull request #310 from JuliaReach/schillic/invalidations
Browse files Browse the repository at this point in the history
Fix invalidations CI run
  • Loading branch information
schillic authored Oct 19, 2024
2 parents 374471d + 8b7ed9b commit 3aed95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/invalidations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Julia
uses: julia-actions/setup-julia@v2
with:
version: '1'
version: '1.10' # currently not compatible with Julia v1.11
# current branch
- name: Check out repository in current branch
uses: actions/checkout@v4
Expand Down

0 comments on commit 3aed95e

Please sign in to comment.