diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index c9c58ccb76..f9fd2be517 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -2,7 +2,7 @@ steps: - label: "CUDA" plugins: - JuliaCI/julia#v1: - version: "1.12" + version: "1.13" agents: queue: "juliagpu" cuda: "*" @@ -16,7 +16,7 @@ steps: - label: "AMDGPU" plugins: - JuliaCI/julia#v1: - version: "1.12" + version: "1.13" agents: queue: "juliagpu" rocm: "*" @@ -30,7 +30,7 @@ steps: - label: "Metal" plugins: - JuliaCI/julia#v1: - version: "1.12" + version: "1.13" agents: queue: "juliaecosystem" os: "macos" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65c29330de..75b52b0e00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,9 +42,7 @@ jobs: fail-fast: false matrix: version: - - '1.10' - - '1.11' - - '1.12' + - 'pre' os: - ubuntu-latest include: @@ -54,9 +52,9 @@ jobs: os: windows-latest - version: '1.10' os: macos-14 - - version: '1.12' + - version: 'pre' os: windows-latest - - version: '1.12' + - version: 'pre' os: macos-14 steps: