From d8f92db67f9ab12d5f168b23e3838c4f1bc038af Mon Sep 17 00:00:00 2001 From: laojianzi Date: Wed, 23 Jun 2021 11:28:06 +0800 Subject: [PATCH] chore(ci): remove os windows-latest --- .github/workflows/gin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gin.yml b/.github/workflows/gin.yml index 36f75f5f..85cc560e 100644 --- a/.github/workflows/gin.yml +++ b/.github/workflows/gin.yml @@ -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 }}