From eae742dff18b89084d1754918015d9c69e626ed3 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Sun, 8 Mar 2020 16:18:58 +0300 Subject: fix bug with totally frozed rr --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci-build.yml') 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: -- cgit v1.2.3