Skip to content

Commit aa195af

Browse files
committed
ci: drop Windows support from CI Go workflow
- Remove Windows from the test matrix in the GitHub Actions Go workflow Signed-off-by: appleboy <[email protected]>
1 parent 528e074 commit aa195af

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,13 @@ jobs:
4444
test:
4545
strategy:
4646
matrix:
47-
os: [ubuntu-latest, macos-latest, windows-latest]
47+
os: [ubuntu-latest, macos-latest]
4848
go: [1.23, 1.24]
4949
include:
5050
- os: ubuntu-latest
5151
go-build: ~/.cache/go-build
5252
- os: macos-latest
5353
go-build: ~/Library/Caches/go-build
54-
- os: windows-latest
55-
go-build: C:\Users\runneradmin\AppData\Local\go-build
5654
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
5755
runs-on: ${{ matrix.os }}
5856
env:

0 commit comments

Comments
 (0)