Skip to content

Commit

Permalink
[CI] Use Julia 1.11 for the GPU packages
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jan 18, 2025
1 parent 4baba14 commit 292a51d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.11"
agents:
queue: "juliagpu"
cuda: "*"
Expand All @@ -23,7 +23,7 @@ steps:
- label: "AMD GPUs -- AMDGPU.jl"
plugins:
- JuliaCI/julia#v1:
version: "1.10"
version: "1.11"
agents:
queue: "juliagpu"
rocm: "*"
Expand All @@ -45,7 +45,7 @@ steps:
# - label: "Intel GPUs -- oneAPI.jl"
# plugins:
# - JuliaCI/julia#v1:
# version: "1.10"
# version: "1.11"
# agents:
# queue: "juliagpu"
# intel: "*"
Expand All @@ -62,7 +62,7 @@ steps:
- label: "Apple M1 GPUs -- Metal.jl"
plugins:
- JuliaCI/julia#v1:
version: "1.10"
version: "1.11"
agents:
queue: "juliaecosystem"
os: "macos"
Expand Down

0 comments on commit 292a51d

Please sign in to comment.