Skip to content

Commit 8efb595

Browse files
authored
Merge pull request #354 from JuliaReach/schillic/invalidations
Workaround for invalidations check
2 parents bb66f4c + e708715 commit 8efb595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/invalidations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Julia
2121
uses: julia-actions/setup-julia@v2
2222
with:
23-
version: '1'
23+
version: '1.11' # broken with v1.12
2424
# current branch
2525
- name: Check out repository in current branch
2626
uses: actions/checkout@v6

0 commit comments

Comments
 (0)