From 392bb4df3bb5dc4ad1742fa8d12f90b36a5b06cf Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 1 Dec 2020 15:24:01 +0300 Subject: Switch to self-hosted GHA --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index c64f0f11..8250fc75 100755 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -11,7 +11,7 @@ jobs: matrix: php: [ 7.4, 8.0 ] go: [ 1.14, 1.15 ] - os: [ ubuntu-20.04 ] + os: [ self-hosted ] env: GO111MODULE: on steps: -- cgit v1.2.3