Skip to content

Commit

Permalink
Merge pull request #228 from JuliaReach/schillic/invalidations
Browse files Browse the repository at this point in the history
Count invalidations on latest Julia version
  • Loading branch information
schillic authored Nov 27, 2024
2 parents 5397c93 + 08f0f0d commit 07ae6a1
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.10' # currently not compatible with Julia v1.11
version: '1'
# current branch
- name: Check out repository in current branch
uses: actions/checkout@v4
Expand Down

0 comments on commit 07ae6a1

Please sign in to comment.