From c393f3545324776f58413ce3b1059576bcc56f17 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Tue, 10 Feb 2026 20:54:43 +0100 Subject: [PATCH] circleci: run platformtest on both Ubuntu 22.04 and 24.04 (#919) - Add `image` matrix parameter to the `platformtest` job so it runs on both `ubuntu-2204:current` and `ubuntu-2404:current` - Covers both current Ubuntu LTS releases for platform testing --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b3a3528..2bd1fb3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -135,6 +135,7 @@ workflows: goversion: [*latest-go-release] goos: ["linux"] goarch: ["amd64"] + image: ["ubuntu-2204:current", "ubuntu-2404:current"] requires: - test-go - quickcheck-go-<< matrix.goarch >>-<< matrix.goos >>-<< matrix.goversion >> @@ -238,8 +239,10 @@ jobs: type: string goarch: type: string + image: + type: string machine: - image: ubuntu-2204:current + image: <> resource_class: medium environment: GOOS: <>