Update tests.yml
This commit is contained in:
parent
b49c7cba67
commit
f53ec3510c
|
@ -5,7 +5,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.19.x]
|
go-version: [1.19.x]
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
# Disabled: windows-latest
|
||||||
|
os: [ubuntu-latest, macos-latest]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
|
|
Loading…
Reference in New Issue