From 983782593e451ce62a3c9e7eccfdf9c3dba368af Mon Sep 17 00:00:00 2001 From: Aurora Gaffney Date: Wed, 10 Apr 2024 10:58:40 -0500 Subject: [PATCH] ci: temporarily disable testing on macos-latest --- .github/workflows/go-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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