chore(ci): remove os windows-latest

This commit is contained in:
laojianzi 2021-06-23 11:28:06 +08:00
parent 9ad4768931
commit d8f92db67f

View File

@ -12,7 +12,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
go: [1.13, 1.14, 1.15, 1.16]
test-tags: ['', nomsgpack]
name: ${{ matrix.os }} @ Go ${{ matrix.go }} ${{ matrix.test-tags }}