diff --git a/.gitea/workflows/test-k8s-deploy.yml b/.gitea/workflows/test-k8s-deploy.yml index 3e6d53ae..5d33f221 100644 --- a/.gitea/workflows/test-k8s-deploy.yml +++ b/.gitea/workflows/test-k8s-deploy.yml @@ -16,8 +16,8 @@ env: jobs: test: - name: "Run deploy test suite" - runs-on: ubuntu-latest + name: "Run deploy test suite on kind/k8s" + runs-on: ubuntu-22.04-with-syn-ethdb steps: - name: "Clone project repository" uses: actions/checkout@v3