mirror of https://github.com/astral-sh/uv
Try larger runners
This commit is contained in:
parent
e9cd9a2d19
commit
3683075593
|
|
@ -417,7 +417,7 @@ jobs:
|
|||
|
||||
linux-arm:
|
||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: depot-ubuntu-latest-8
|
||||
timeout-minutes: 30
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
@ -956,7 +956,7 @@ jobs:
|
|||
|
||||
musllinux-cross:
|
||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: depot-ubuntu-latest-8
|
||||
strategy:
|
||||
matrix:
|
||||
platform:
|
||||
|
|
|
|||
Loading…
Reference in New Issue