From faf3abbf5f76d9b59d76abbc311c3483a0b86e46 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 25 Apr 2026 13:34:34 +1000 Subject: [PATCH] Renamed plucky to resolute --- .github/workflows/test-docker.yml | 12 ++++++------ docs/installation/platform-support.rst | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-docker.yml b/.github/workflows/test-docker.yml index 5995c419bd4..3210cca33da 100644 --- a/.github/workflows/test-docker.yml +++ b/.github/workflows/test-docker.yml @@ -41,8 +41,8 @@ jobs: # Run slower jobs first to give them a headstart and reduce waiting time ubuntu-24.04-noble-ppc64le, ubuntu-24.04-noble-s390x, - ubuntu-26.04-plucky-ppc64le, - ubuntu-26.04-plucky-s390x, + ubuntu-26.04-resolute-ppc64le, + ubuntu-26.04-resolute-s390x, # Then run the remainder alpine, amazon-2023-amd64, @@ -55,7 +55,7 @@ jobs: gentoo, ubuntu-22.04-jammy-amd64, ubuntu-24.04-noble-amd64, - ubuntu-26.04-plucky-amd64, + ubuntu-26.04-resolute-amd64, ] dockerTag: [main] include: @@ -66,11 +66,11 @@ jobs: - docker: "ubuntu-24.04-noble-arm64v8" os: "ubuntu-24.04-arm" dockerTag: main - - docker: "ubuntu-26.04-plucky-ppc64le" + - docker: "ubuntu-26.04-resolute-ppc64le" qemu-arch: "ppc64le" - - docker: "ubuntu-26.04-plucky-s390x" + - docker: "ubuntu-26.04-resolute-s390x" qemu-arch: "s390x" - - docker: "ubuntu-26.04-plucky-arm64v8" + - docker: "ubuntu-26.04-resolute-arm64v8" os: "ubuntu-24.04-arm" dockerTag: main diff --git a/docs/installation/platform-support.rst b/docs/installation/platform-support.rst index 2d25c120c94..2d3735e7a19 100644 --- a/docs/installation/platform-support.rst +++ b/docs/installation/platform-support.rst @@ -46,7 +46,7 @@ These platforms are built and tested for every change. | | 3.12 | arm64v8, ppc64le, | | | | s390x | +----------------------------------+----------------------------+---------------------+ -| Ubuntu Linux 26.04 LTS (Plucky) | 3.13 | x86-64, arm64v8, | +| Ubuntu Linux 26.04 LTS (Resolute)| 3.14 | x86-64, arm64v8, | | | | ppc64le, s390x | +----------------------------------+----------------------------+---------------------+ | Windows Server 2022 | 3.10 | x86 |