Skip to content

Commit 4f1ca0d

Browse files
committed
Update Xcode version.
1 parent 204a873 commit 4f1ca0d

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
env:
1414
CCACHE_DIR: ${{ github.workspace }}/ccache_dir
1515
GITHUB_TOKEN: ${{ github.token }}
16-
xcodeVersion: "14.1" # Only affects Mac runners, and only for prerequisites.
16+
xcodeVersion: "16.2" # Only affects Mac runners, and only for prerequisites.
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}

.github/workflows/cpp-packaging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ env:
3232
demumbleVer: "df938e45c2b0e064fb5323d88b692d03b451d271"
3333
# Use SHA256 for hashing files.
3434
hashCommand: "sha256sum"
35-
# Xcode version 15.1 is the version we build the SDK with.
35+
# Xcode version 16.2 is the version we build the SDK with.
3636
# Our MacOS runners will use the version in /Applications/Xcode_${xcodeVersion}.app
37-
xcodeVersion: "15.1"
37+
xcodeVersion: "16.2"
3838
# LLVM version with ARM MachO support has no version number yet.
3939
llvmVer: "5f187f0afaad33013ba03454c4749d99b1362534"
4040
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ env:
4949
triggerLabelFull: "tests-requested: full"
5050
triggerLabelQuick: "tests-requested: quick"
5151
pythonVersion: '3.8'
52-
xcodeVersion: '15.1'
52+
xcodeVersion: '16.2'
5353
artifactRetentionDays: 2
5454
GITHUB_TOKEN: ${{ github.token }}
5555
# All self-hosted ARM Mac runners should have this label. Due to how

release_build_files/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ Firebase Installations (stub) | firebase_installations.framework
431431
Firebase Cloud Messaging (stub) | firebase_messaging.framework
432432
| | firebase.framework
433433

434-
The provided libraries have been tested using Xcode 14.1. When building C++
434+
The provided libraries have been tested using Xcode 16.2. When building C++
435435
desktop apps on OS X, you will need to link the `gssapi_krb5` and `pthread`
436436
system libraries, as well as the `CoreFoundation`, `Foundation`, `GSS`, and
437437
`Security` OS X system frameworks (consult your compiler documentation for more

scripts/gha/print_matrix_configuration.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@
7777
"build_type": ["Release", "Debug"],
7878
"architecture": ["x64", "x86"],
7979
"msvc_runtime": ["static","dynamic"],
80-
"xcode_version": ["15.1"],
80+
"xcode_version": ["16.2"],
8181
"python_version": ["3.7"],
8282

8383
EXPANDED_KEY: {
8484
"os": ["ubuntu-22.04", "macos-13", "windows-latest"],
85-
"xcode_version": ["15.1"],
85+
"xcode_version": ["16.2"],
8686
}
8787
}
8888
},
@@ -113,7 +113,7 @@
113113
"msvc_runtime": ["dynamic"],
114114
"cpp_compiler_windows": ["VisualStudio2019"],
115115
"cpp_compiler_linux": ["clang-11.0"],
116-
"xcode_version": ["15.1"], # only the first one is used
116+
"xcode_version": ["16.2"], # only the first one is used
117117
"ndk_version": ["r22b"],
118118
"platform_version": ["28"],
119119
"build_tools_version": ["28.0.3"],
@@ -141,10 +141,10 @@
141141

142142
"ios": {
143143
"matrix": {
144-
"xcode_version": ["15.1"],
144+
"xcode_version": ["16.2"],
145145

146146
EXPANDED_KEY: {
147-
"xcode_version": ["15.1"]
147+
"xcode_version": ["16.2"]
148148
}
149149
}
150150
},

0 commit comments

Comments
 (0)