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.
This commit is contained in:
Daniel Martí
2022-11-29 12:45:44 +00:00
parent ffb4987756
commit 1877dfb474

View File

@@ -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