Skip to content

Commit 6ece8b7

Browse files
committed
Update Xcode on GH runner
1 parent 0b89e3e commit 6ece8b7

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Select Xcode
22-
run: |
23-
XCODE_PATH="/Applications/Xcode_26.3.app"
24-
if [ ! -d "$XCODE_PATH" ]; then
25-
echo "Error: Xcode 26.3 not found at $XCODE_PATH"
26-
exit 1
27-
fi
28-
echo "Using $XCODE_PATH"
29-
sudo xcode-select -s "$XCODE_PATH/Contents/Developer"
22+
run: sudo xcode-select -s /Applications/Xcode_26.4.app/Contents/Developer
3023

3124
- name: Set build info
3225
run: ./scripts/set-build-info.sh

0 commit comments

Comments
 (0)