Skip to content

Commit 801c459

Browse files
sandarshmeta-codesync[bot]
authored andcommitted
Use default Xcode for macOS CI
Summary: Update the generated mvfst macOS workflows to point `DEVELOPER_DIR` at `/Applications/Xcode.app/Contents/Developer` instead of the retired Xcode 16.2 path. This matches the current workflow generator and prevents `xcrun` from failing when GitHub rotates runner images. Reviewed By: jbeshay Differential Revision: D115296030 fbshipit-source-id: 261ab7581d893747e5da44795407c89de97ece50
1 parent f79ccca commit 801c459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/getdeps_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: macOS-latest
2525
timeout-minutes: 60
2626
env:
27-
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
27+
DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer
2828
CC: /opt/homebrew/opt/llvm/bin/clang
2929
CXX: /opt/homebrew/opt/llvm/bin/clang++
3030
SCCACHE_GHA_ENABLED: "on"

0 commit comments

Comments
 (0)