Skip to content

Commit f3fc126

Browse files
chore(ci): use Xcode 16
1 parent 704c267 commit f3fc126

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: brew link --overwrite swiftlint || brew install swiftlint
2020

2121
- name: Set up XCode
22-
run: sudo xcode-select --switch /Applications/Xcode_15.0.app
22+
run: sudo xcode-select --switch /Applications/Xcode_16.0.app
2323

2424
- name: Bundle Install
2525
run: bundle install

.github/workflows/prepare_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: brew link --overwrite swiftlint || brew install swiftlint
2626

2727
- name: Set up XCode
28-
run: sudo xcode-select --switch /Applications/Xcode_15.0.app
28+
run: sudo xcode-select --switch /Applications/Xcode_16.0.app
2929

3030
- name: Set up Ruby
3131
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)