diff options
author | Valery Piashchynski <[email protected]> | 2020-03-08 16:18:58 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-03-08 16:18:58 +0300 |
commit | eae742dff18b89084d1754918015d9c69e626ed3 (patch) | |
tree | 555feb36fb77ac13af2ae53b0a07287f0b0ca026 /.github | |
parent | 617eb5a965fd70c150754bc661c4d19eb3a8d184 (diff) |
fix bug with totally frozed rr
Diffstat (limited to '.github')
-rw-r--r-- | .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 7c28ca76..f308969f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -11,7 +11,7 @@ jobs: matrix: php: [7.1, 7.2, 7.3, 7.4] go: [1.13, 1.14] - os: [ubuntu-latest, macOS-latest] + os: [ubuntu-latest] env: GO111MODULE: on steps: |