We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b89e3e commit 6ece8b7Copy full SHA for 6ece8b7
1 file changed
.github/workflows/build.yml
@@ -19,14 +19,7 @@ jobs:
19
fetch-depth: 0
20
21
- 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"
+ run: sudo xcode-select -s /Applications/Xcode_26.4.app/Contents/Developer
30
31
- name: Set build info
32
run: ./scripts/set-build-info.sh
0 commit comments