From 03f6e02dcff3399b929f4127f1795870450bb0c6 Mon Sep 17 00:00:00 2001 From: Julian Samaroo Date: Fri, 20 Feb 2026 16:24:56 -0700 Subject: [PATCH 1/2] CI: Remove 1.9 and add 1.12 jobs --- .buildkite/pipeline.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ad94a7b6d..5b73f7b4c 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -20,17 +20,6 @@ num_cpus: 16 steps: - - label: Julia 1.9 - timeout_in_minutes: 90 - <<: *test - plugins: - - JuliaCI/julia#v1: - version: "1.9" - - JuliaCI/julia-test#v1: - julia_args: "--threads=1" - - JuliaCI/julia-coverage#v1: - codecov: true - - label: Julia 1.10 timeout_in_minutes: 90 <<: *test @@ -53,6 +42,17 @@ steps: - JuliaCI/julia-coverage#v1: codecov: true + - label: Julia 1.12 + timeout_in_minutes: 90 + <<: *test + plugins: + - JuliaCI/julia#v1: + version: "1.12" + - JuliaCI/julia-test#v1: + julia_args: "--threads=1" + - JuliaCI/julia-coverage#v1: + codecov: true + - label: Julia 1 timeout_in_minutes: 90 <<: *test From 7c1ce448626442f92aa776c44d4acb12def08344 Mon Sep 17 00:00:00 2001 From: Julian Samaroo Date: Fri, 20 Feb 2026 16:27:06 -0700 Subject: [PATCH 2/2] Fix formatting issues in pipeline.yml --- .buildkite/pipeline.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 5b73f7b4c..c61b0d809 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -43,15 +43,15 @@ steps: codecov: true - label: Julia 1.12 - timeout_in_minutes: 90 - <<: *test - plugins: - - JuliaCI/julia#v1: - version: "1.12" - - JuliaCI/julia-test#v1: - julia_args: "--threads=1" - - JuliaCI/julia-coverage#v1: - codecov: true + timeout_in_minutes: 90 + <<: *test + plugins: + - JuliaCI/julia#v1: + version: "1.12" + - JuliaCI/julia-test#v1: + julia_args: "--threads=1" + - JuliaCI/julia-coverage#v1: + codecov: true - label: Julia 1 timeout_in_minutes: 90