Skip to content

Commit ae45d55

Browse files
authored
ci: run Nix checks on our own runner to avoid out of disk space (#482)
* ci: run Nix checks on our own runner to avoid out of disk space * Fix
1 parent 48cede9 commit ae45d55

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nix_checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on:
1010
jobs:
1111
build:
1212
name: Nix checks
13-
runs-on: ubuntu-latest
13+
runs-on:
14+
group: aws-highmemory-32-plus-nix
1415
steps:
1516
- uses: actions/checkout@v6
1617
- uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25

0 commit comments

Comments
 (0)