Skip to content

Commit ec41675

Browse files
author
Frankie Robertson
committed
Bump benchmark/docs Julia version
1 parent 3e80481 commit ec41675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
miniforge-version: latest
5656
- uses: julia-actions/setup-julia@v1
5757
with:
58-
version: '1.9'
58+
version: '1.10'
5959
- name: Set CAT packages to develop & resolve env
6060
run: |
6161
julia --project=docs/ -e 'using Pkg;

.github/workflows/benchmark_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: julia-actions/setup-julia@v1
1818
with:
19-
version: "1.8"
19+
version: "1.10"
2020
- uses: julia-actions/cache@v1
2121
- name: Extract Package Name from Project.toml
2222
id: extract-package-name

0 commit comments

Comments
 (0)