diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index c5e7a02..c15523b 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -14,7 +14,8 @@ jobs: strategy: matrix: go-version: [1.21.x, 1.22.x] - platform: [ubuntu-latest, macos-latest] + # TODO: re-enable macos-latest when the repo is public + platform: [ubuntu-latest] #, macos-latest] runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v4