remove Windows 2016 from tests.

see https://github.com/actions/virtual-environments/issues/5238
This commit is contained in:
shirou 2022-03-21 01:13:53 +00:00
parent 9b14e64cb8
commit 8717edb669
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ jobs:
strategy: strategy:
matrix: matrix:
go-version: [1.16.x, 1.17.x] go-version: [1.16.x, 1.17.x]
os: [ubuntu-20.04, ubuntu-18.04, windows-2019, windows-2016, macOS-10.15, macos-11] os: [ubuntu-20.04, ubuntu-18.04, windows-2019, macOS-10.15, macos-11]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Install Go - name: Install Go