Merge pull request #1278 from shirou/feature/remove_windows_2016_from_tests

remove Windows 2016 from tests.
This commit is contained in:
shirou 2022-03-21 10:21:56 +09:00 committed by GitHub
commit 05994600f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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