From a50f464be3dac9171f3dd1d50b541bd0c50e5f62 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Wed, 3 Jun 2026 15:17:27 +0100 Subject: [PATCH] CD: use `ubuntu-latest` for publishing dist --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 05f33654..1a2d7875 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -37,7 +37,7 @@ jobs: id-token: write # for trusted publishing attestations: write # for trusted publishing contents: read - runs-on: ubuntu-slim + runs-on: ubuntu-latest if: github.event_name == 'release' && github.event.action == 'published' steps: