Skip to content

Commit

Permalink
CI: stop tracking macos-latest for now
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mvdan committed Nov 29, 2022
1 parent ffb4987 commit 1877dfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1877dfb

Please sign in to comment.