diff --git a/.github/workflows/tests+artifacts+pypi.yml b/.github/workflows/tests+artifacts+pypi.yml index 9a76d472..3581c191 100644 --- a/.github/workflows/tests+artifacts+pypi.yml +++ b/.github/workflows/tests+artifacts+pypi.yml @@ -39,6 +39,7 @@ jobs: - if: startsWith(matrix.platform, 'macos-') run: | brew reinstall gcc + sudo xcode-select -s "/Applications/Xcode_13.4.1.app" echo MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion` >> $GITHUB_ENV - if: matrix.platform == 'windows-latest'