From 3058dc48a8ab8e723d5df8a9f44005ed0990681d Mon Sep 17 00:00:00 2001 From: Abdul Rabbani Date: Mon, 18 Apr 2022 10:48:36 -0400 Subject: [PATCH] Try using a self-hosted runner --- .github/workflows/on-pr.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/on-pr.yaml b/.github/workflows/on-pr.yaml index 0770355a..dda997cb 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -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