From 9b24be6d0fffecc6139cb2b8b2b03b8e103c1919 Mon Sep 17 00:00:00 2001 From: Rafael Rubbioli Date: Mon, 3 Oct 2022 14:43:31 -0300 Subject: [PATCH] chore(ci): remove macos from matrix --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5cb866244..7092d3547 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, windows-latest, macos-latest ] + os: [ ubuntu-latest, windows-latest ] steps: - name: Set up Go 1.x