fix: runner ovh-main -> nix-docker
build-image / build-image (push) Failing after 9s
test / test (push) Failing after 2s

This commit is contained in:
2026-06-13 18:03:46 +02:00
parent 5a98133740
commit 7323f77344
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ env:
jobs:
build-image:
runs-on: ovh-main
runs-on: nix-docker
steps:
- uses: actions/checkout@v4
with: { fetch-depth: 0 }
+1 -1
View File
@@ -14,7 +14,7 @@ env:
jobs:
release:
runs-on: ovh-main
runs-on: nix-docker
container:
image: nixos/nix:latest
steps:
+1 -1
View File
@@ -8,7 +8,7 @@ on:
jobs:
test:
runs-on: ovh-main
runs-on: nix-docker
container:
image: nixos/nix:latest
steps: