chore: use ubuntu-latest in workflow
Some checks failed
flake-check / build (pull_request) Failing after 4s

This commit is contained in:
2025-08-27 22:15:59 +02:00
parent 07d12cc1f2
commit 1e7b6841df

View File

@@ -10,8 +10,9 @@ jobs:
build: build:
container: container:
options: '--entrypoint "sh -c sleep 10800"' options: '--entrypoint "sh -c sleep 10800"'
runs-on: [ nix-latest ] runs-on: [ ubuntu-latest, homelab ]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: cachix/install-nix-action@v31
- run: nix flake check - run: nix flake check