Skip to content

Commit 084a427

Browse files
committed
std::format for MacOS ARM
1 parent 6725ad8 commit 084a427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,10 @@ jobs:
181181
run: |
182182
if [[ '${{ runner.arch }}' == 'X64' ]]; then
183183
echo "PKG_ARCH=x86_64" >> $GITHUB_ENV
184-
xcode-select /Applications/Xcode_16.2.app
184+
xcode-select -switch /Applications/Xcode_16.2.app
185185
else
186186
echo "PKG_ARCH=armv8" >> $GITHUB_ENV
187-
xcode-select /Applications/Xcode_15.2.app
187+
xcode-select -switch /Applications/Xcode_15.2.app
188188
fi
189189
190190
#echo "CC=clang" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)