Skip to content

Commit 83fb3d7

Browse files
authored
Run Invalidations CI job on Julia v1.10 (#316)
This fails on Julia v1.11 as incompatible version of dependencies are fetched
1 parent 8fcd8d3 commit 83fb3d7

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
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: julia-actions/setup-julia@v2
2020
with:
21-
version: '1'
21+
version: '1.10'
2222
- uses: actions/checkout@v4
2323
- uses: julia-actions/julia-buildpkg@v1
2424
- uses: julia-actions/julia-invalidations@v1

0 commit comments

Comments
 (0)