We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b56232 commit f0b4e77Copy full SHA for f0b4e77
.github/workflows/benchmark_pr.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v5
28
- uses: julia-actions/setup-julia@v2
29
with:
30
- version: "1"
+ version: "1.11"
31
- uses: julia-actions/cache@v2
32
- name: Extract Package Name from Project.toml
33
id: extract-package-name
.github/workflows/scripts_deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
- version: '1'
+ version: '1.11'
19
20
- run: |
21
julia --color=yes --project=docs -e '
0 commit comments