Skip to content

Commit 45d154c

Browse files
committed
count invalidations on latest Julia version
1 parent ec5bad9 commit 45d154c

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.10' # currently not compatible with Julia v1.11
23+
version: '1'
2424
# current branch
2525
- name: Check out repository in current branch
2626
uses: actions/checkout@v4

0 commit comments

Comments
 (0)