Skip to content

Commit 94d9f61

Browse files
committed
std::format for MacOS ARM
1 parent 7af44cd commit 94d9f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
run: |
182182
if [[ '${{ runner.arch }}' == 'X64' ]]; then
183183
echo "PKG_ARCH=x86_64" >> $GITHUB_ENV
184-
xcodes install 15.3
184+
sudo xcodes install 15.3
185185
sudo xcode-select -switch /Applications/Xcode_15.3.app
186186
else
187187
echo "PKG_ARCH=armv8" >> $GITHUB_ENV

0 commit comments

Comments
 (0)