diff options
author | Valery Piashchynski <[email protected]> | 2020-12-01 15:46:11 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-01 15:46:11 +0300 |
commit | 7e7e75e9dbb7d3448c38b63a98ed0e409d47ae5a (patch) | |
tree | 1d5f7771615b82467461fa05ad7ac7caed767c1d /.github | |
parent | 392bb4df3bb5dc4ad1742fa8d12f90b36a5b06cf (diff) |
Temporary switch to GHA in GitHub
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 8250fc75..c64f0f11 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: [ self-hosted ] + os: [ ubuntu-20.04 ] env: GO111MODULE: on steps: |