Remove windows from CI because the machine doesn't have enough memory to build

This commit is contained in:
Masaaki Goshima 2021-01-10 15:11:52 +09:00
parent c45e77eeaa
commit b948d392b1
2 changed files with 1 additions and 3 deletions

View File

@ -5,7 +5,7 @@ jobs:
name: Test
strategy:
matrix:
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
os: [ "ubuntu-latest", "macos-latest" ]
go-version: [ "1.13", "1.14", "1.15" ]
runs-on: ${{ matrix.os }}
steps:

View File

@ -1,5 +1,3 @@
// +build !windows
package json
import (