Skip to content

Commit a09e0b4

Browse files
authored
Merge pull request #14 from jpthiele/precommit-ci-bump-julia
[CI] Bump Julia version in pre-commit
2 parents e5c879d + a9b90af commit a09e0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: julia-actions/setup-julia@v2
1212
with:
13-
version: 1.11
13+
version: 1
1414
- run: |
1515
julia --project=@runic -e '
1616
using Pkg

0 commit comments

Comments
 (0)