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 }}