Skip to content

Commit 5503113

Browse files
committed
[CI] Bump Xcode version
1 parent 946122d commit 5503113

File tree

6 files changed

+96
-85
lines changed

6 files changed

+96
-85
lines changed

.github/workflows/cron-checks.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
strategy:
4242
matrix:
4343
include:
44-
- ios: 18.2
45-
xcode: 16.2
44+
- ios: 18.3
45+
xcode: 16.3
4646
os: macos-15
4747
device: "iPhone 16 Pro"
4848
setup_runtime: false
@@ -112,6 +112,8 @@ jobs:
112112
strategy:
113113
matrix:
114114
include:
115+
- xcode: 16.3
116+
os: macos-15
115117
- xcode: 16.2
116118
os: macos-15
117119
- xcode: 16.1

.github/workflows/smoke-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
env:
2222
HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI
23-
IOS_SIMULATOR_DEVICE: "iPhone 16 Pro (18.2)"
23+
IOS_SIMULATOR_DEVICE: "iPhone 16 Pro (18.3)"
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
GITHUB_PR_NUM: ${{ github.event.pull_request.number }}
2626

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ group :fastlane_dependencies do
1818
gem 'cocoapods'
1919
gem 'fastlane-plugin-lizard'
2020
gem 'plist'
21-
gem 'xcode-install'
2221
gem 'xctest_list'
2322
end
2423

0 commit comments

Comments
 (0)