Skip to content

Commit 65b4149

Browse files
committed
Bump Xcode version to 15.4
1 parent 2eba808 commit 65b4149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Bundle Install
4646
run: bundle install
4747
- name: Select Xcode Version
48-
run: sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer
48+
run: sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer
4949
- name: Build and Test Framework
5050
run: Scripts/build.swift ${{ matrix.platforms }}
5151
- name: Prepare Coverage Reports
@@ -67,7 +67,7 @@ jobs:
6767
- name: Bundle Install
6868
run: bundle install
6969
- name: Select Xcode Version
70-
run: sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer
70+
run: sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer
7171
- name: Build and Test Framework
7272
run: xcrun swift test -c release -Xswiftc -enable-testing
7373
linux:

0 commit comments

Comments
 (0)