From 810c194dc7fee1f73c3afb536a0d96ad7bef8120 Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Sun, 17 May 2020 21:47:30 +0300 Subject: [PATCH] dev: disable mac os build because of timeouts --- .github/workflows/pr.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 898a4c06..331b6017 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -41,11 +41,7 @@ jobs: - 1.14 os: - ubuntu-latest - include: - - os: macos-latest - # test only the one go version on Mac OS to speed up CI - # TODO: use the latet go version after https://github.com/golang/go/issues/38824 - golang: 1.13 + # don't enable mac os because it's machines are very slow steps: - uses: actions/checkout@v2 - name: Install Go