Switch test back to stock runner

This commit is contained in:
David Boreham 2024-01-25 11:42:07 -07:00 committed by GitHub
parent 0a302ea555
commit b9128841e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ on:
jobs:
test:
name: "Run deploy test suite on kind/k8s"
runs-on: ubuntu-22.04-with-syn-ethdb
runs-on: ubuntu-22.04
steps:
- name: "Clone project repository"
uses: actions/checkout@v3