Skip to content

Commit 04ec7eb

Browse files
Use Julia 1.12 for CI (JuliaGPU#674)
* Use 1.12 by default
1 parent 22c569d commit 04ec7eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ steps:
4444
- label: "shared array storage"
4545
plugins:
4646
- JuliaCI/julia#v1:
47-
version: "1.11"
47+
version: "1.12"
4848
- JuliaCI/julia-test#v1:
4949
test_args: "--quickfail"
5050
agents:
@@ -68,7 +68,7 @@ steps:
6868
- label: "API validation"
6969
plugins:
7070
- JuliaCI/julia#v1:
71-
version: "1.11"
71+
version: "1.12"
7272
- JuliaCI/julia-test#v1:
7373
# test_args: "--quickfail"
7474
test_args: ""
@@ -102,7 +102,7 @@ steps:
102102
- label: ":racehorse: Benchmarks"
103103
plugins:
104104
- JuliaCI/julia#v1:
105-
version: "1.11"
105+
version: "1.12"
106106
command: |
107107
julia --project=perf -e '
108108
using Pkg

0 commit comments

Comments
 (0)