Skip to content

Commit e107f7a

Browse files
committed
ci/check: switch back to GitHub runner
1 parent 27328ab commit e107f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
check:
99
name: Check that the module is valid
10-
runs-on: nscloud-ubuntu-22.04-amd64-4x16
10+
runs-on: ubuntu-latest
1111
timeout-minutes: 40
1212
steps:
1313
- uses: actions/checkout@v3
@@ -19,6 +19,6 @@ jobs:
1919
with:
2020
name: nix-community
2121
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
22-
- run: nix flake check --all-systems --max-jobs 1
22+
- run: nix flake check --all-systems
2323
- run: nix flake check --all-systems ./templates/_wrapper/simple
2424
- run: nix build .#docs --show-trace

0 commit comments

Comments
 (0)