Skip to content

Commit 99898d3

Browse files
alb3rtoosy
authored andcommitted
ci: make Xcode path configurable via HOST_XCODE_PATH variable
Fall back to /Applications/Xcode_26.0.app if the variable is unset.
1 parent 1701ca0 commit 99898d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
default: 'false'
2424

2525
env:
26-
BUILD_XCODE_PATH: /Applications/Xcode_26.0.app
26+
BUILD_XCODE_PATH: ${{ vars.HOST_XCODE_PATH || '/Applications/Xcode_26.0.app' }}
2727
RUNNER_IMAGE: macos-15
2828
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 60
2929

0 commit comments

Comments
 (0)