diff options
Diffstat (limited to '.github/workflows')
-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: |