Skip to content

Commit

Permalink
Fix .buildkite/pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Apr 30, 2024
1 parent 1e08cba commit b28b941
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ steps:
- label: "Nvidia GPUs -- CUDA.jl"
plugins:
- JuliaCI/julia#v1:
version: 1.10
version: "1.10"
agents:
queue: "juliagpu"
cuda: "*"
Expand All @@ -22,7 +22,7 @@ steps:
- label: "AMD GPUs -- AMDGPU.jl"
plugins:
- JuliaCI/julia#v1:
version: 1.10
version: "1.10"
agents:
queue: "juliagpu"
rocm: "*"
Expand All @@ -43,7 +43,7 @@ steps:
- label: "Intel GPUs -- oneAPI.jl"
plugins:
- JuliaCI/julia#v1:
version: 1.10
version: "1.10"
agents:
queue: "juliagpu"
intel: "*"
Expand All @@ -58,7 +58,7 @@ steps:
- label: "Apple M1 GPUs -- Metal.jl"
plugins:
- JuliaCI/julia#v1:
version: 1.10
version: "1.10"
agents:
queue: "juliaecosystem"
os: "macos"
Expand All @@ -74,7 +74,7 @@ steps:
- label: "CPUs -- StaticArrays.jl"
plugins:
- JuliaCI/julia#v1:
version: 1.10
version: "1.10"
agents:
queue: "juliaecosystem"
command: |
Expand All @@ -88,7 +88,7 @@ steps:
- label: "CPUs -- ComponentArrays.jl"
plugins:
- JuliaCI/julia#v1:
version: 1.10
version: "1.10"
agents:
queue: "juliaecosystem"
command: |
Expand Down

0 comments on commit b28b941

Please sign in to comment.