[macOS] Add TCL/TK to macOS 15 images (#13092)

This commit is contained in:
Erik Bershel
2025-09-26 15:29:04 +02:00
committed by GitHub
parent 9da76c777a
commit b41b1a3ee9
3 changed files with 3 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ for package in $common_packages; do
tcl-tk@8)
brew_smart_install "$package"
if is_VenturaX64 || is_SonomaX64; then
if is_VenturaX64 || is_SonomaX64 || is_SequoiaX64; then
# Fix for https://github.com/actions/runner-images/issues/11074
ln -sf "$(brew --prefix tcl-tk@8)/lib/libtcl8.6.dylib" /usr/local/lib/libtcl8.6.dylib
ln -sf "$(brew --prefix tcl-tk@8)/lib/libtk8.6.dylib" /usr/local/lib/libtk8.6.dylib