Skip to content

Commit f0b4e77

Browse files
authored
Use 1.11 on CI for now (#2656)
1 parent 5b56232 commit f0b4e77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v5
2828
- uses: julia-actions/setup-julia@v2
2929
with:
30-
version: "1"
30+
version: "1.11"
3131
- uses: julia-actions/cache@v2
3232
- name: Extract Package Name from Project.toml
3333
id: extract-package-name

.github/workflows/scripts_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: julia-actions/setup-julia@v2
1717
with:
18-
version: '1'
18+
version: '1.11'
1919
- uses: julia-actions/cache@v2
2020
- run: |
2121
julia --color=yes --project=docs -e '

0 commit comments

Comments
 (0)