From a8c0e63f467a673ee450a09cc818ffdf1681868d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pawe=C5=82=20Salawa?= <pawelsalawa@gmail.com>
Date: Sat, 7 Dec 2024 12:44:15 +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 35b974b49a..0f4bf0c4af 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 tclsh8.6)
+                find /usr/local -name tclsh
                 find /usr/local -name tclConfig.sh
                 echo "---"
-                find $(echo "puts [::tcl::pkgconfig get libdir,runtime]" | tclsh8.6)
+                find $(echo "puts [::tcl::pkgconfig get libdir,runtime]" | /usr/local/bin/tclsh)
                 echo "---"
-                find $(echo "puts [::tcl::pkgconfig get libdir,install]" | tclsh8.6)
+                find $(echo "puts [::tcl::pkgconfig get libdir,install]" | /usr/local/bin/tclsh)
                 #find /usr/local/Cellar/tcl-tk@8/8.6.15
 
             - name: Qt installation dir