From b289c83d229ef1cae53946af72b1bf7dc1c8e058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Salawa?= Date: Sat, 7 Dec 2024 12:42:14 +0100 Subject: [PATCH] Working on macos-13 runner. --- .github/workflows/mac_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mac_release.yml b/.github/workflows/mac_release.yml index 0564e20a4f..35b974b49a 100644 --- a/.github/workflows/mac_release.yml +++ b/.github/workflows/mac_release.yml @@ -45,12 +45,12 @@ jobs: brew reinstall tcl-tk@8 echo "PATH=/usr/local/opt/tcl-tk/bin:$PATH" >> $GITHUB_ENV - ls -l $(which tclsh) + ls -l $(which tclsh8.6) find /usr/local -name tclConfig.sh echo "---" - find $(echo "puts [::tcl::pkgconfig get libdir,runtime]" | tclsh) + find $(echo "puts [::tcl::pkgconfig get libdir,runtime]" | tclsh8.6) echo "---" - find $(echo "puts [::tcl::pkgconfig get libdir,install]" | tclsh) + find $(echo "puts [::tcl::pkgconfig get libdir,install]" | tclsh8.6) #find /usr/local/Cellar/tcl-tk@8/8.6.15 - name: Qt installation dir