forked from mirror/go-json
Remove windows from CI because the machine doesn't have enough memory to build
This commit is contained in:
parent
c45e77eeaa
commit
b948d392b1
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
// +build !windows
|
||||
|
||||
package json
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue