chore: use ubuntu-latest in workflow
Some checks failed
flake-check / build (pull_request) Failing after 4s
Some checks failed
flake-check / build (pull_request) Failing after 4s
This commit is contained in:
3
.github/workflows/flake-check.yaml
vendored
3
.github/workflows/flake-check.yaml
vendored
@@ -10,8 +10,9 @@ jobs:
|
||||
build:
|
||||
container:
|
||||
options: '--entrypoint "sh -c sleep 10800"'
|
||||
runs-on: [ nix-latest ]
|
||||
runs-on: [ ubuntu-latest, homelab ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: cachix/install-nix-action@v31
|
||||
- run: nix flake check
|
||||
|
||||
|
Reference in New Issue
Block a user