Skip to content

Commit 85fb893

Browse files
authored
[Infra] Use Xcode 16.4 in spm.yml
1 parent 2940d17 commit 85fb893

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/spm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: macOS-latest
1212
steps:
1313
- uses: actions/checkout@v2
14+
- name: Set Xcode version
15+
run: sudo xcode-select -s /Applications/Xcode_16.4.app
1416
- name: Initialize xcodebuild
1517
run: xcodebuild -list
1618
- name: iOS Simulator Build Tests

0 commit comments

Comments
 (0)