Skip to content

Commit fd029e7

Browse files
[CI] Bump Xcode version (#3786)
1 parent 33df185 commit fd029e7

File tree

42 files changed

+7
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+7
-6
lines changed

.github/workflows/cron-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
strategy:
2222
matrix:
2323
include:
24-
- ios: 18.3
25-
xcode: 16.3
24+
- ios: 18.5
25+
xcode: 16.4
2626
os: macos-15
2727
device: "iPhone 16 Pro"
2828
setup_runtime: false
@@ -94,8 +94,8 @@ jobs:
9494
strategy:
9595
matrix:
9696
include:
97-
- ios: 18.3
98-
xcode: 16.3
97+
- ios: 18.5
98+
xcode: 16.4
9999
os: macos-15
100100
device: "iPhone 16 Pro"
101101
setup_runtime: false

.github/workflows/smoke-checks.yml

Lines changed: 1 addition & 1 deletion
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.3)"
23+
IOS_SIMULATOR_DEVICE: "iPhone 16 Pro (18.5)"
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525
GITHUB_PR_NUM: ${{ github.event.pull_request.number }}
2626

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ buildcache
9898
App Thinning Size Report.txt
9999
app-thinning.plist
100100
*.dmg
101+
*.pkg*
101102

102103
# gcloud
103104
google-cloud-sdk

0 commit comments

Comments
 (0)