Skip to content

Commit 7090f59

Browse files
authored
ci: use larger runner for release (#17799)
1 parent 777e207 commit 7090f59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
delete-branch: true
115115

116116
build_default:
117-
runs-on: [self-hosted, "${{ matrix.runner }}", Linux, 8c32g, aws]
117+
runs-on: [self-hosted, "${{ matrix.runner }}", Linux, 16c64g, aws]
118118
needs: create_release
119119
strategy:
120120
fail-fast: false
@@ -147,7 +147,7 @@ jobs:
147147
bash ./scripts/ci/ci-run-sqllogic-tests.sh base
148148
149149
build_docker:
150-
runs-on: [self-hosted, "${{ matrix.runner }}", Linux, 8c32g, aws]
150+
runs-on: [self-hosted, "${{ matrix.runner }}", Linux, 16c64g, aws]
151151
needs: create_release
152152
strategy:
153153
fail-fast: false

0 commit comments

Comments
 (0)