mirror of
https://github.com/burrowers/garble.git
synced 2025-12-24 12:58:05 +08:00
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:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user