Skip to content

Commit e82bb94

Browse files
committed
Bump Apple platform workflows to Xcode 16.3/Swift 6.1 to fix xcodebuild
The Swift Package Collection signing certificate used by Xcode 15.4 expired 10 hours ago and broke any workflows that used xcodebuild (for SwiftCrossUI's CI at least). It's probably a good that that all platforms are getting tested against the same Swift version now anyway.
1 parent 2797197 commit e82bb94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-test-and-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Force Xcode 15.4
1717
run: sudo xcode-select -switch /Applications/Xcode_15.4.app
18+
- name: Force Xcode 16.3 (Swift 6.1)
19+
run: sudo xcode-select -switch /Applications/Xcode_16.3.app
1820

1921
- name: Swift version
2022
run: swift --version
@@ -70,6 +72,8 @@ jobs:
7072
steps:
7173
- name: Force Xcode 15.4
7274
run: sudo xcode-select -switch /Applications/Xcode_15.4.app
75+
- name: Force Xcode 16.3 (Swift 6.1)
76+
run: sudo xcode-select -switch /Applications/Xcode_16.3.app
7377

7478
- name: Swift version
7579
run: swift --version

0 commit comments

Comments
 (0)