diff --git a/.github/workflows/abtesting.yml b/.github/workflows/abtesting.yml index 8dda07cfa..a943401c2 100644 --- a/.github/workflows/abtesting.yml +++ b/.github/workflows/abtesting.yml @@ -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 diff --git a/.github/workflows/analytics.yml b/.github/workflows/analytics.yml index bff5ff664..d3178eb8c 100644 --- a/.github/workflows/analytics.yml +++ b/.github/workflows/analytics.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: os: [iOS, catalyst, tvOS, macOS] - xcode: ["15.3"] + xcode: ["16.1"] include: - os: iOS device: iPhone 16 diff --git a/.github/workflows/crashlytics.yml b/.github/workflows/crashlytics.yml index 67422d86d..b5f23532c 100644 --- a/.github/workflows/crashlytics.yml +++ b/.github/workflows/crashlytics.yml @@ -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 diff --git a/.github/workflows/database.yml b/.github/workflows/database.yml index 37cedff35..f3b725611 100644 --- a/.github/workflows/database.yml +++ b/.github/workflows/database.yml @@ -56,7 +56,7 @@ jobs: runs-on: macOS-15 strategy: matrix: - xcode: ["15.3"] + xcode: ["16.1"] os: [iOS, tvOS, macOS] include: - os: iOS diff --git a/.github/workflows/functions.yml b/.github/workflows/functions.yml index 55c3ad84d..89f92dfd3 100644 --- a/.github/workflows/functions.yml +++ b/.github/workflows/functions.yml @@ -32,7 +32,7 @@ jobs: runs-on: macOS-15 strategy: matrix: - xcode: ["15.3"] + xcode: ["16.1"] os: [iOS, tvOS, macOS] include: - os: iOS diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index cbf8b8347..114ab58b1 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -60,7 +60,7 @@ jobs: runs-on: macOS-15 strategy: matrix: - xcode: ["15.3"] + xcode: ["16.1"] os: [iOS, tvOS] include: - os: iOS diff --git a/.github/workflows/storage.yml b/.github/workflows/storage.yml index 54f907c8f..4dc4963e8 100644 --- a/.github/workflows/storage.yml +++ b/.github/workflows/storage.yml @@ -58,7 +58,7 @@ jobs: runs-on: macOS-15 strategy: matrix: - xcode: ["15.3"] + xcode: ["16.1"] os: [iOS, tvOS, macOS] include: - os: iOS diff --git a/scripts/build-for-testing.sh b/scripts/build-for-testing.sh index 65d18f4db..e1168ad05 100755 --- a/scripts/build-for-testing.sh +++ b/scripts/build-for-testing.sh @@ -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" diff --git a/scripts/test.sh b/scripts/test.sh index 70098afd9..59f05fbef 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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"