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.
This commit is contained in:
Leland Lucius 2021-01-02 19:22:42 -06:00
parent 0cfbbf9059
commit ef88cb1700
1 changed files with 4 additions and 0 deletions

View File

@ -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)