We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 875dcb4 + 2eebccf commit 22e529fCopy full SHA for 22e529f
scripts/github-actions/generate.sh
@@ -66,8 +66,6 @@ for tag in $tags; do
66
"windows-2022"
67
elif (.constraints | contains(["windowsservercore-1809"])) or (.constraints | contains(["nanoserver-1809"])) then
68
"windows-2019"
69
- elif .constraints | contains(["windowsservercore-ltsc2016"]) then
70
- "windows-2016"
71
elif .constraints == [] or .constraints == ["!aufs"] then
72
"ubuntu-latest"
73
else
0 commit comments