Skip to content

Commit 8717edb

Browse files
committed
remove Windows 2016 from tests.
see actions/runner-images#5238
1 parent 9b14e64 commit 8717edb

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)