Skip to content

Commit 1bb3c9b

Browse files
committed
Use an Xcode version that exists.
1 parent 0767dde commit 1bb3c9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
# https://github.com/actions/runner-images/issues/12751.
133133
if: matrix.runs-on == 'macos-latest'
134134
run: |
135-
sudo xcode-select --switch /Applications/Xcode_16.5.app
135+
sudo xcode-select --switch /Applications/Xcode_16.4.app
136136
137137
- name: Install Dependencies
138138
run: ${{ matrix.pre-command }}

0 commit comments

Comments
 (0)