From d856e694a7ae47e1117d6aad7205fc6c2d1510e6 Mon Sep 17 00:00:00 2001 From: Roman Sedykh Date: Tue, 11 Apr 2023 22:38:44 +0200 Subject: [PATCH] Remove tests for macos (#20) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9e8f4d..444bff1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: strategy: matrix: go-version: [1.13.x] - platform: [ubuntu-latest, macos-latest] + platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: - name: Install Go