fix: runner docker -> ovh-main
build-image / build-image (push) Has been cancelled
test / test (push) Has been cancelled

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