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 82fcc47 + 96f46d7 commit d422b8fCopy full SHA for d422b8f
scripts/github-actions/generate.sh
@@ -65,8 +65,6 @@ for tag in $tags; do
65
"windows-2025"
66
elif (.constraints | contains(["windowsservercore-ltsc2022"])) or (.constraints | contains(["nanoserver-ltsc2022"])) then
67
"windows-2022"
68
- elif (.constraints | contains(["windowsservercore-1809"])) or (.constraints | contains(["nanoserver-1809"])) then
69
- "windows-2019"
70
elif .constraints == [] or .constraints == ["!aufs"] then
71
"ubuntu-latest"
72
else
0 commit comments