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.
pull/607/head
Daniel Martí 2 years ago
parent ffb4987756
commit 1877dfb474

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

Loading…
Cancel
Save