Skip to content

Commit

Permalink
Update from Xcode 15.3 to 16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Nov 8, 2024
1 parent c57aeac commit d0679af
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: macOS-15
strategy:
matrix:
xcode: ["15.3"]
xcode: ["16.1"]
os: [iOS, tvOS, macOS, watchOS, catalyst]
include:
- os: iOS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [iOS, catalyst, tvOS, macOS]
xcode: ["15.3"]
xcode: ["16.1"]
include:
- os: iOS
device: iPhone 16
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crashlytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: macOS-15
strategy:
matrix:
xcode: ["15.3"]
xcode: ["16.1"]
os: [iOS, tvOS, macOS, watchOS]
include:
- os: iOS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: macOS-15
strategy:
matrix:
xcode: ["15.3"]
xcode: ["16.1"]
os: [iOS, tvOS, macOS]
include:
- os: iOS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: macOS-15
strategy:
matrix:
xcode: ["15.3"]
xcode: ["16.1"]
os: [iOS, tvOS, macOS]
include:
- os: iOS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: macOS-15
strategy:
matrix:
xcode: ["15.3"]
xcode: ["16.1"]
os: [iOS, tvOS]
include:
- os: iOS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: macOS-15
strategy:
matrix:
xcode: ["15.3"]
xcode: ["16.1"]
os: [iOS, tvOS, macOS]
include:
- os: iOS
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-for-testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function xcb() {
}

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

Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ function xcb() {
}

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

0 comments on commit d0679af

Please sign in to comment.