Skip to content

Commit 2eebccf

Browse files
committed
1 parent 875dcb4 commit 2eebccf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/github-actions/generate.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ for tag in $tags; do
6666
"windows-2022"
6767
elif (.constraints | contains(["windowsservercore-1809"])) or (.constraints | contains(["nanoserver-1809"])) then
6868
"windows-2019"
69-
elif .constraints | contains(["windowsservercore-ltsc2016"]) then
70-
"windows-2016"
7169
elif .constraints == [] or .constraints == ["!aufs"] then
7270
"ubuntu-latest"
7371
else

0 commit comments

Comments
 (0)