From d5244726aa5ecb58180f6631288c18f5d3c2e9d4 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Sun, 28 Jan 2024 16:25:45 -0700 Subject: [PATCH] Use new runner --- .gitea/workflows/test-k8s-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test-k8s-deploy.yml b/.gitea/workflows/test-k8s-deploy.yml index 92c76a7d..5aeb1a62 100644 --- a/.gitea/workflows/test-k8s-deploy.yml +++ b/.gitea/workflows/test-k8s-deploy.yml @@ -12,7 +12,7 @@ on: jobs: test: name: "Run deploy test suite on kind/k8s" - runs-on: ubuntu-22.04 + runs-on: ubuntu-22.04-with-syn-ethdb steps: - name: "Clone project repository" uses: actions/checkout@v3