Skip to content

Commit d0679af

Browse files
committed
Update from Xcode 15.3 to 16.1
1 parent c57aeac commit d0679af

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/abtesting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: macOS-15
6262
strategy:
6363
matrix:
64-
xcode: ["15.3"]
64+
xcode: ["16.1"]
6565
os: [iOS, tvOS, macOS, watchOS, catalyst]
6666
include:
6767
- os: iOS

.github/workflows/analytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [iOS, catalyst, tvOS, macOS]
36-
xcode: ["15.3"]
36+
xcode: ["16.1"]
3737
include:
3838
- os: iOS
3939
device: iPhone 16

.github/workflows/crashlytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: macOS-15
5858
strategy:
5959
matrix:
60-
xcode: ["15.3"]
60+
xcode: ["16.1"]
6161
os: [iOS, tvOS, macOS, watchOS]
6262
include:
6363
- os: iOS

.github/workflows/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: macOS-15
5757
strategy:
5858
matrix:
59-
xcode: ["15.3"]
59+
xcode: ["16.1"]
6060
os: [iOS, tvOS, macOS]
6161
include:
6262
- os: iOS

.github/workflows/functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: macOS-15
3333
strategy:
3434
matrix:
35-
xcode: ["15.3"]
35+
xcode: ["16.1"]
3636
os: [iOS, tvOS, macOS]
3737
include:
3838
- os: iOS

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: macOS-15
6161
strategy:
6262
matrix:
63-
xcode: ["15.3"]
63+
xcode: ["16.1"]
6464
os: [iOS, tvOS]
6565
include:
6666
- os: iOS

.github/workflows/storage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: macOS-15
5959
strategy:
6060
matrix:
61-
xcode: ["15.3"]
61+
xcode: ["16.1"]
6262
os: [iOS, tvOS, macOS]
6363
include:
6464
- os: iOS

scripts/build-for-testing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function xcb() {
100100
}
101101

102102
# Run xcodebuild
103-
sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
103+
sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
104104
xcb "${flags[@]}"
105105
echo "$message"
106106

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ function xcb() {
123123
}
124124

125125
# Run xcodebuild
126-
sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer
126+
sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
127127
xcb "${flags[@]}"
128128
echo "$message"

0 commit comments

Comments
 (0)