Skip to content

Commit e708715

Browse files
committed
workaround for invalidations check
1 parent bb66f4c commit e708715

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)