Skip to content

Commit 89bbe0d

Browse files
authored
Use v1 Buildkite plugins.
[skip ci]
1 parent 6841bdb commit 89bbe0d

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
@@ -1,9 +1,9 @@
11
steps:
22
- label: "CUDA.jl"
33
plugins:
4-
- JuliaCI/julia#v0.6:
4+
- JuliaCI/julia#v1:
55
version: 1.6-nightly
6-
- JuliaCI/julia-coverage#v0.2:
6+
- JuliaCI/julia-coverage#v1:
77
codecov: true
88
command: |
99
julia -e 'using Pkg;
@@ -23,9 +23,9 @@ steps:
2323

2424
- label: "oneAPI.jl"
2525
plugins:
26-
- JuliaCI/julia#v0.6:
26+
- JuliaCI/julia#v1:
2727
version: 1.6-nightly
28-
- JuliaCI/julia-coverage#v0.2:
28+
- JuliaCI/julia-coverage#v1:
2929
codecov: true
3030
command: |
3131
julia -e 'using Pkg;

0 commit comments

Comments
 (0)