From 07c5ac904f137df9a13113844976de4c4f4b2026 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 29 Nov 2022 12:45:44 +0000 Subject: [PATCH] CI: stop tracking macos-latest for now Since it's not yet clear whether it's a bug on garble's end, and the regression was the MacOS version bump and not any recent change we did. For #609. --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index badad336..1ab3bc88 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,8 @@ jobs: strategy: matrix: go-version: [1.19.x] - os: [ubuntu-latest, macos-latest, windows-latest] + # TODO: revert to macos-latest once we figure out https://github.com/burrowers/garble/issues/609. + os: [ubuntu-latest, macos-11, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/setup-go@v3