diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c78bfeca64c..0d8be34129b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: - success if: (!github.repository.fork && (github.ref == format('refs/heads/{0}', github.event.repository.default_branch) || startsWith(github.ref, 'refs/tags/'))) environment: ${{ github.event_name == 'release' && 'production' || '' }} - runs-on: ubuntu-latest + runs-on: UbuntuLatest32Cores128G permissions: contents: write id-token: write