Use larger runners for bottleneck builds of release artifacts (#9239)

Uses a different runner for builds that take >15m.

Most of the builds finish in ~10 minutes.
This commit is contained in:
Zanie Blue 2024-11-19 14:35:59 -06:00 committed by GitHub
parent 62e0ee7f67
commit 6eeb515a8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -154,7 +154,7 @@ jobs:
windows:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }}
runs-on: windows-latest
runs-on: windows-latest-large
strategy:
matrix:
platform:
@ -207,7 +207,7 @@ jobs:
linux:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }}
runs-on: ubuntu-latest
runs-on: depot-ubuntu-latest-4
strategy:
matrix:
target:
@ -355,7 +355,7 @@ jobs:
# Like `linux-arm`.
linux-s390x:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }}
runs-on: ubuntu-latest
runs-on: depot-ubuntu-latest-4
strategy:
matrix:
platform: