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.
1 parent 6725ad8 commit 084a427Copy full SHA for 084a427
.github/workflows/wheels.yml
@@ -181,10 +181,10 @@ jobs:
181
run: |
182
if [[ '${{ runner.arch }}' == 'X64' ]]; then
183
echo "PKG_ARCH=x86_64" >> $GITHUB_ENV
184
- xcode-select /Applications/Xcode_16.2.app
+ xcode-select -switch /Applications/Xcode_16.2.app
185
else
186
echo "PKG_ARCH=armv8" >> $GITHUB_ENV
187
- xcode-select /Applications/Xcode_15.2.app
+ xcode-select -switch /Applications/Xcode_15.2.app
188
fi
189
190
#echo "CC=clang" >> "$GITHUB_ENV"
0 commit comments