mirror of
https://github.com/NixOS/nix.git
synced 2025-11-20 17:29:36 +01:00
Go back to github hosted runners... blacksmith's keep dying
This commit is contained in:
parent
ff5f65dac8
commit
8aa7d7d5cc
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -23,7 +23,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
eval:
|
eval:
|
||||||
runs-on: blacksmith-32vcpu-ubuntu-2204
|
runs-on: UbuntuLatest32Cores128G
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
with:
|
with:
|
||||||
system: x86_64-linux
|
system: x86_64-linux
|
||||||
runner: blacksmith-32vcpu-ubuntu-2204
|
runner: UbuntuLatest32Cores128G
|
||||||
runner_small: ubuntu-latest
|
runner_small: ubuntu-latest
|
||||||
run_tests: true
|
run_tests: true
|
||||||
run_vm_tests: true
|
run_vm_tests: true
|
||||||
|
|
@ -46,8 +46,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
if: ${{ github.event_name == 'merge_group' }}
|
if: ${{ github.event_name == 'merge_group' }}
|
||||||
system: aarch64-linux
|
system: aarch64-linux
|
||||||
runner: blacksmith-32vcpu-ubuntu-2204-arm
|
runner: UbuntuLatest32Cores128GArm
|
||||||
runner_small: blacksmith-32vcpu-ubuntu-2204-arm
|
runner_small: UbuntuLatest32Cores128GArm
|
||||||
|
|
||||||
build_x86_64-darwin:
|
build_x86_64-darwin:
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue