Skip to content

Commit b49bbb4

Browse files
committed
Try to select the Xcode version in a different way
1 parent 131d43d commit b49bbb4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/macos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@ jobs:
9797
echo "SCCACHE_ENDPOINT=http://robdangero.us:9000" >> $GITHUB_ENV
9898
echo "SCCACHE_REGION=auto" >> $GITHUB_ENV
9999
100-
- name: Select Xcode
101-
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
100+
- uses: maxim-lobanov/setup-xcode@v1
101+
with:
102+
xcode-version: '16.2'
102103

103104
- name: Brew
104105
run: brew install sccache

0 commit comments

Comments
 (0)