From a57d11f743d228c13d0b4512eea3ec610c41524a Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Thu, 17 Oct 2024 20:36:14 +0200 Subject: [PATCH] Switch CI to 1.11. (#261) --- .buildkite/pipeline.yml | 2 +- .github/workflows/CI.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 4740903..6a675ad 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -2,7 +2,7 @@ steps: - label: "CUDA" plugins: - JuliaCI/julia#v1: - version: "1.10" + version: "1.11" - JuliaCI/julia-coverage#v1: codecov: true commands: | diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a709467..94efdfd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - version: ['1.10', 'pre'] + version: ['1.10', '1.11'] os: ['ubuntu-latest', 'macOS-latest'] arch: [x64] steps: