try ubuntu-latest to at least move past not starting

This commit is contained in:
Michael Shaw 2022-12-06 10:47:37 -05:00
parent 1bd64266bc
commit 815a5654b2

View File

@ -29,7 +29,7 @@ env:
jobs: jobs:
system-testing: system-testing:
runs-on: self-hosted runs-on: ubuntu-latest
steps: steps:
- name: Create GOPATH - name: Create GOPATH
run: mkdir -p /tmp/go run: mkdir -p /tmp/go