We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b027c5 + e7df281 commit a286fa0Copy full SHA for a286fa0
.github/workflows/tests+artifacts+pypi.yml
@@ -39,6 +39,7 @@ jobs:
39
- if: startsWith(matrix.platform, 'macos-')
40
run: |
41
brew reinstall gcc
42
+ sudo xcode-select -s "/Applications/Xcode_13.4.1.app"
43
echo MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion` >> $GITHUB_ENV
44
45
- if: matrix.platform == 'windows-latest'
0 commit comments