Try using a self-hosted runner

This commit is contained in:
Abdul Rabbani 2022-04-18 10:48:36 -04:00
parent 5d86b6e029
commit 3058dc48a8

View File

@ -17,8 +17,7 @@ jobs:
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
runs-on: self-hosted
steps:
- name: Create GOPATH
run: mkdir -p /tmp/go
@ -73,8 +72,8 @@ jobs:
ETH_HTTP_PATH: "dapptools:8545"
strategy:
matrix:
go-version: [ 1.16.x ]
os: [ ubuntu-latest ]
go-version: [1.16.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Create GOPATH