We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a7fe9 commit 1e5bc9fCopy full SHA for 1e5bc9f
.github/workflows/benchmark.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
version:
19
- - '1'
+ - '1.12'
20
os:
21
- ubuntu-latest
22
arch:
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
- uses: actions/checkout@v4
92
- uses: julia-actions/setup-julia@v2
93
with:
94
- version: '1'
+ version: '1.12'
95
- run: |
96
julia --project=docs -e '
97
import Pkg;
0 commit comments