diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9d044f5..d24f14a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,6 +12,10 @@ jobs: matrix: go-version: [1.13.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.13.x" + platform: "macos-latest" runs-on: ${{ matrix.platform }} steps: - name: Checkout code