Switch back to alternative runner

This commit is contained in:
David Boreham 2024-01-30 07:39:05 -07:00
parent 3c84ebff68
commit 466c149f36

View File

@ -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