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: