diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b3ff6dd..dd3190a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,6 +12,10 @@ jobs: matrix: go-version: [1.14.x, 1.20.x, 1.21.x, 1.22.x] platform: [ubuntu-latest, macos-latest, windows-latest] + exclude: + # There is no arm64 version of Go for darwin + - go-version: "1.14.x" + platform: "macos-latest" runs-on: ${{ matrix.platform }} steps: - name: Install Go