diff options
author | Valery Piashchynski <[email protected]> | 2020-12-01 15:24:01 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-01 15:24:01 +0300 |
commit | 392bb4df3bb5dc4ad1742fa8d12f90b36a5b06cf (patch) | |
tree | 88d8e8598ec9098135dafd7b07dcdde53f847ad2 /.github | |
parent | 5e9a4653fb62cc8c16ca8060f3d13c2e02081eb0 (diff) |
Switch to self-hosted GHA
Diffstat (limited to '.github')
-rwxr-xr-x | .github/workflows/ci-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |