Skip to content

Commit

Permalink
remove Windows 2016 from tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
shirou committed Mar 21, 2022
1 parent 9b14e64 commit 8717edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
matrix:
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 }}
steps:
- name: Install Go
Expand Down

0 comments on commit 8717edb

Please sign in to comment.