Skip to content

Commit 90fb573

Browse files
committed
Bump Julia version used by CI.
1 parent ac3911e commit 90fb573

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/pipeline.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ steps:
22
- label: "CUDA.jl"
33
plugins:
44
- JuliaCI/julia#v1:
5-
version: 1.8
5+
version: "1.10"
66
- JuliaCI/julia-coverage#v1:
77
codecov: true
88
command: |
@@ -23,7 +23,7 @@ steps:
2323
- label: "oneAPI.jl"
2424
plugins:
2525
- JuliaCI/julia#v1:
26-
version: 1.8
26+
version: "1.10"
2727
- JuliaCI/julia-coverage#v1:
2828
codecov: true
2929
command: |
@@ -48,7 +48,7 @@ steps:
4848
- label: "Metal.jl"
4949
plugins:
5050
- JuliaCI/julia#v1:
51-
version: 1.8
51+
version: "1.10"
5252
- JuliaCI/julia-coverage#v1:
5353
codecov: true
5454
command: |

0 commit comments

Comments
 (0)