Skip to content

Commit 029e983

Browse files
committed
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 <[email protected]>
1 parent 2848e3d commit 029e983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions: read-all
1717
jobs:
1818
release:
1919
if: startsWith(github.ref, 'refs/tags/v')
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-latest-16-cores
2121
steps:
2222
- name: Checkout source code
2323
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]
@@ -74,7 +74,7 @@ jobs:
7474
connection_string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
7575

7676
canary-release:
77-
runs-on: ubuntu-latest
77+
runs-on: ubuntu-latest-16-cores
7878
if: github.ref == 'refs/heads/main'
7979
steps:
8080
- name: Checkout source code

0 commit comments

Comments
 (0)