Skip to content

Commit

Permalink
Merge pull request #1278 from shirou/feature/remove_windows_2016_from…
Browse files Browse the repository at this point in the history
…_tests

remove Windows 2016 from tests.
  • Loading branch information
shirou authored Mar 21, 2022
2 parents 9b14e64 + 8717edb commit 0599460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
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 0599460

Please sign in to comment.