Increasing the size of the runner used for releases.

Note, this runner is provided as part of the CNCF access to GitHub
Enterprise runners.

Signed-off-by: Matt Farina <matt.farina@suse.com>
pull/13416/head
Matt Farina 4 days ago
parent 2848e3db51
commit 029e983241
No known key found for this signature in database
GPG Key ID: 92C44A3D421FF7F9

@ -17,7 +17,7 @@ permissions: read-all
jobs:
release:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
runs-on: ubuntu-latest-16-cores
steps:
- name: Checkout source code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2
@ -74,7 +74,7 @@ jobs:
connection_string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
canary-release:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-16-cores
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout source code

Loading…
Cancel
Save