Skip to content

Commit

Permalink
Run the invalidations CI job on julia v1.10 (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub authored Nov 11, 2024
1 parent 97d3bf1 commit 596ca51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -7,7 +7,7 @@ jobs:
steps:
- uses: julia-actions/setup-julia@v2
with:
version: '1'
version: '1.10'
- uses: actions/checkout@v4
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-invalidations@v1
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ Manifest.toml
Manifest-v*.*.toml
docs/build
LocalPreferences.toml
.vscode

0 comments on commit 596ca51

Please sign in to comment.