chore: change workflow runs-on to nix-latest
Some checks failed
flake-check / build (pull_request) Failing after 21s

This commit is contained in:
2025-08-27 22:00:15 +02:00
parent 6f521421c6
commit c77ab3af16

View File

@@ -8,7 +8,7 @@ on:
jobs: jobs:
build: build:
runs-on: [ homelab, nix-latest ] runs-on: [ nix-latest ]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: nix flake check - run: nix flake check