File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ for package in $common_packages; do
1717
1818 tcl-tk@8)
1919 brew_smart_install " $package "
20- if is_VenturaX64 || is_SonomaX64; then
20+ if is_VenturaX64 || is_SonomaX64 || is_SequoiaX64 ; then
2121 # Fix for https://github.com/actions/runner-images/issues/11074
2222 ln -sf " $( brew --prefix tcl-tk@8) /lib/libtcl8.6.dylib" /usr/local/lib/libtcl8.6.dylib
2323 ln -sf " $( brew --prefix tcl-tk@8) /lib/libtk8.6.dylib" /usr/local/lib/libtk8.6.dylib
Original file line number Diff line number Diff line change @@ -174,11 +174,8 @@ $android.AddTable($androidTable)
174174$androidEnv = $android.AddHeader (" Environment variables" )
175175$androidEnv.AddTable ($ (Build-AndroidEnvironmentTable ))
176176
177- if ($os.IsSonoma -or $os.IsVentura -or ( -not $os.IsArm64 ) ) {
177+ if ($os.IsSonoma -or $os.IsVentura -or $os.IsSequoia ) {
178178 $miscellaneous = $installedSoftware.AddHeader (" Miscellaneous" )
179- }
180-
181- if ($os.IsSonoma -or $os.IsVentura ) {
182179 $miscellaneous.AddToolVersion (" Tcl/Tk" , $ (Get-TclTkVersion ))
183180}
184181
Original file line number Diff line number Diff line change 181181 " perl" ,
182182 " pkgconf" ,
183183 " swiftformat" ,
184+ " tcl-tk@8" ,
184185 " zstd" ,
185186 " ninja" ,
186187 " gmp" ,
You can’t perform that action at this time.
0 commit comments