Fix workflow

This commit is contained in:
Masaaki Goshima 2021-01-11 01:37:50 +09:00
parent 71d34479fa
commit e6e344b4e5
1 changed files with 1 additions and 1 deletions

View File

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