Skip to content

Commit 0599460

Browse files
authored
Merge pull request #1278 from shirou/feature/remove_windows_2016_from_tests
remove Windows 2016 from tests.
2 parents 9b14e64 + 8717edb commit 0599460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
matrix:
77
go-version: [1.16.x, 1.17.x]
8-
os: [ubuntu-20.04, ubuntu-18.04, windows-2019, windows-2016, macOS-10.15, macos-11]
8+
os: [ubuntu-20.04, ubuntu-18.04, windows-2019, macOS-10.15, macos-11]
99
runs-on: ${{ matrix.os }}
1010
steps:
1111
- name: Install Go

0 commit comments

Comments
 (0)