Skip to content

Commit 1e5bc9f

Browse files
committed
specify version 1.12 of julia
1 parent 75a7fe9 commit 1e5bc9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
version:
19-
- '1'
19+
- '1.12'
2020
os:
2121
- ubuntu-latest
2222
arch:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- uses: actions/checkout@v4
9292
- uses: julia-actions/setup-julia@v2
9393
with:
94-
version: '1'
94+
version: '1.12'
9595
- run: |
9696
julia --project=docs -e '
9797
import Pkg;

0 commit comments

Comments
 (0)