Skip to content

Commit d422b8f

Browse files
authored
Merge pull request #119 from infosiftr/gha-windows-2019
Remove "windows-2019" support from GHA scripts
2 parents 82fcc47 + 96f46d7 commit d422b8f

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
@@ -65,8 +65,6 @@ for tag in $tags; do
6565
"windows-2025"
6666
elif (.constraints | contains(["windowsservercore-ltsc2022"])) or (.constraints | contains(["nanoserver-ltsc2022"])) then
6767
"windows-2022"
68-
elif (.constraints | contains(["windowsservercore-1809"])) or (.constraints | contains(["nanoserver-1809"])) then
69-
"windows-2019"
7068
elif .constraints == [] or .constraints == ["!aufs"] then
7169
"ubuntu-latest"
7270
else

0 commit comments

Comments
 (0)