Merge pull request #119 from infosiftr/gha-windows-2019
Remove "windows-2019" support from GHA scripts
This commit is contained in:
commit
d422b8fddd
|
|
@ -65,8 +65,6 @@ for tag in $tags; do
|
|||
"windows-2025"
|
||||
elif (.constraints | contains(["windowsservercore-ltsc2022"])) or (.constraints | contains(["nanoserver-ltsc2022"])) then
|
||||
"windows-2022"
|
||||
elif (.constraints | contains(["windowsservercore-1809"])) or (.constraints | contains(["nanoserver-1809"])) then
|
||||
"windows-2019"
|
||||
elif .constraints == [] or .constraints == ["!aufs"] then
|
||||
"ubuntu-latest"
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue