From ef88cb1700d465d560c5cd26bc550453333c2e8d Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Sat, 2 Jan 2021 19:22:42 -0600 Subject: [PATCH] Fix github actions Mac build As of 2021/01/01, github is using Xcode 12.2 as the default and it has a bug in the install_name_tool. So explicity use 12.3 instead. --- .github/workflows/cmake_build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cmake_build.yml b/.github/workflows/cmake_build.yml index 9a9431de9..70d6d101b 100644 --- a/.github/workflows/cmake_build.yml +++ b/.github/workflows/cmake_build.yml @@ -23,6 +23,10 @@ env: WXURL: https://github.com/audacity/wxWidgets WXREF: audacity-fixes-3.1.3 WXWIN: ${{ github.workspace }}/wxwin + # As of 2021/01/01, github is using Xcode 12.2 as the default and + # it has a bug in the install_name_tool. So explicity use 12.3 + # instead. + DEVELOPER_DIR: /Applications/Xcode_12.3.app/Contents/Developer # # Define our job(s)