summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-build.yml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-03-08 15:13:57 +0000
committerGitHub <[email protected]>2020-03-08 15:13:57 +0000
commit50e4089e5bfe8121dc291d5a77c992df68b20f10 (patch)
treecf37a1c2f7380afd19851aaaef250e263d1e2aec /.github/workflows/ci-build.yml
parentd6a1d3d937e66b1680f0d29fd77836f2c18a2f37 (diff)
parentbbc39c48115fb8b95ce27f49cc5e13eeb54df472 (diff)
Merge #270
270: Ub when plugin fail during serve r=48d90782 a=48d90782 1. Remove macOS from GitHub workflow as not properly tested in GitHub (randomly fails) 2. A temporary workaround for the #264 3. fixes #264 4. resolves #254 Co-authored-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows/ci-build.yml')
-rw-r--r--.github/workflows/ci-build.yml2
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: