mirror of
https://github.com/burrowers/garble.git
synced 2026-04-22 15:47:04 +08:00
CI: disable Windows for now
See: https://github.com/golang/go/issues/77975
This commit is contained in:
@@ -26,7 +26,9 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.26.x]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
# TODO: re-enable windows once https://github.com/golang/go/issues/77975 is resolved
|
||||
# os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
Reference in New Issue
Block a user