From a9f9372081ac1961bbd2963eda59fd8d08aedb18 Mon Sep 17 00:00:00 2001 From: "Alex M. Lowe" Date: Wed, 3 Jun 2026 18:37:59 +0200 Subject: [PATCH 1/2] ci: test on Ubuntu 26.04 (Resolute) --- .github/workflows/qa.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index 75de61ba..92cf28c3 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -15,7 +15,7 @@ jobs: test: uses: canonical/starflow/.github/workflows/test-python.yaml@main with: - fast-test-platforms: '["ubuntu-22.04", "ubuntu-24.04", "ubuntu-24.04-arm", "macos-latest"]' + fast-test-platforms: '["ubuntu-22.04", "ubuntu-24.04", "ubuntu-24.04-arm", "self-hosted-linux-amd64-resolute-large", "macos-latest"]' fast-test-python-versions: '["3.10", "3.12", "3.13", "3.14", "3.14+freethreaded"]' - slow-test-platforms: '["ubuntu-24.04", "ubuntu-24.04-arm"]' + slow-test-platforms: '["ubuntu-24.04", "ubuntu-24.04-arm", "self-hosted-linux-amd64-resolute-large"]' slow-test-python-versions: '["3.10", "3.12", "3.14", "3.14+freethreaded"]' From 3c23d485dcd70759e7c2e8145013a48290bf12c9 Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Wed, 15 Jul 2026 14:14:55 -0400 Subject: [PATCH 2/2] public runners Co-authored-by: Alex Lowe Signed-off-by: Alex Lowe --- .github/workflows/qa.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa.yaml b/.github/workflows/qa.yaml index 92cf28c3..05afbf70 100644 --- a/.github/workflows/qa.yaml +++ b/.github/workflows/qa.yaml @@ -15,7 +15,7 @@ jobs: test: uses: canonical/starflow/.github/workflows/test-python.yaml@main with: - fast-test-platforms: '["ubuntu-22.04", "ubuntu-24.04", "ubuntu-24.04-arm", "self-hosted-linux-amd64-resolute-large", "macos-latest"]' + fast-test-platforms: '["ubuntu-22.04", "ubuntu-24.04", "ubuntu-24.04-arm", "ubuntu-26.04", "ubuntu-26.04-arm", "macos-latest"]' fast-test-python-versions: '["3.10", "3.12", "3.13", "3.14", "3.14+freethreaded"]' - slow-test-platforms: '["ubuntu-24.04", "ubuntu-24.04-arm", "self-hosted-linux-amd64-resolute-large"]' + slow-test-platforms: '["ubuntu-24.04", "ubuntu-24.04-arm", "ubuntu-26.04", "ubuntu-26.04-arm"]' slow-test-python-versions: '["3.10", "3.12", "3.14", "3.14+freethreaded"]'