Try different runner

This commit is contained in:
David Boreham 2024-01-16 17:09:58 -07:00
parent 02c49d66f5
commit c642e5d490

View File

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