diff --git a/.github/workflows/mac_release.yml b/.github/workflows/mac_release.yml index b301b0f25e..6aa7cdc415 100644 --- a/.github/workflows/mac_release.yml +++ b/.github/workflows/mac_release.yml @@ -51,6 +51,15 @@ jobs: py7zrversion: '==0.20.*' setup-python: 'false' extra: '--external 7z' + + #- name: Fix Qt for MacOS 13 + # shell: bash + # run: | + # TCFILE=$(find $Qt5_DIR/mkspecs/features -name toolchain.prf -type f -maxdepth 1) + # echo "Updating file: $TCFILE" + # sed -i '' 's/if(!darwin:clang)|intel_icc/if(!darwin:clang)|intel_icc|darwin/' $TCFILE + # echo "After update:" + # cat $TCFILE - name: Install the InstalBuilder shell: bash