Skip to content

Commit 7ff23ee

Browse files
Update pipeline.yml
1 parent 4db5be2 commit 7ff23ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
GROUP: "{{matrix}}"
1313
plugins:
1414
- JuliaCI/julia#v1:
15-
version: "lts"
15+
version: "1.10"
1616
- JuliaCI/julia-test#v1:
1717
coverage: false
1818
julia_args: "--threads=auto"
@@ -33,7 +33,7 @@ steps:
3333
GROUP: "{{matrix}}"
3434
plugins:
3535
- JuliaCI/julia#v1:
36-
version: "lts"
36+
version: "1.10"
3737
- JuliaCI/julia-test#v1:
3838
coverage: false
3939
julia_args: "--threads=auto"
@@ -54,7 +54,7 @@ steps:
5454
GROUP: "{{matrix}}"
5555
plugins:
5656
- JuliaCI/julia#v1:
57-
version: "lts"
57+
version: "1.10"
5858
- JuliaCI/julia-test#v1:
5959
coverage: false
6060
julia_args: "--threads=auto"
@@ -69,7 +69,7 @@ steps:
6969
- label: "WeakAdaptiveGPU"
7070
plugins:
7171
- JuliaCI/julia#v1:
72-
version: "lts"
72+
version: "1.10"
7373
- JuliaCI/julia-test#v1:
7474
coverage: false
7575
agents:

0 commit comments

Comments
 (0)