mirror-multi: add darwin 22 to platforms

This commit is contained in:
Ryan Schmidt
2022-10-28 08:23:33 -05:00
parent d5cc8bd7e1
commit ce6d7c1532
+1 -1
View File
@@ -47,7 +47,7 @@ foreach vers {10 11 12 13 14 15 16 17 18 19} {
lappend platforms $vers i386
}
}
foreach vers {20 21} {
foreach vers {20 21 22} {
if {${macports::os_major} != $vers} {
lappend platforms $vers arm $vers i386
}