From 526545659bfed828474fec1f1da9c2f3e263c800 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Tue, 18 Nov 2025 11:50:23 +0100 Subject: [PATCH 1/2] chore(ci): cocoa-v9: Bump xcode version --- .github/workflows/e2e-v2.yml | 2 +- .github/workflows/sample-application-expo.yml | 2 +- .github/workflows/sample-application.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 0c0ab5ebdc..3a3b845631 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -188,7 +188,7 @@ jobs: include: - platform: ios rn-version: '0.81.0' - xcode-version: '16.2' + xcode-version: '16.4' runs-on: macos-14 - platform: ios rn-version: '0.71.11' diff --git a/.github/workflows/sample-application-expo.yml b/.github/workflows/sample-application-expo.yml index a8424593fb..fca9541e71 100644 --- a/.github/workflows/sample-application-expo.yml +++ b/.github/workflows/sample-application-expo.yml @@ -44,7 +44,7 @@ jobs: build-type: ['dev', 'production'] include: - platform: ios - xcode-version: '16.2' + xcode-version: '16.4' runs-on: macos-14 - platform: android runs-on: ubuntu-latest diff --git a/.github/workflows/sample-application.yml b/.github/workflows/sample-application.yml index 0651c8a69d..4734818568 100644 --- a/.github/workflows/sample-application.yml +++ b/.github/workflows/sample-application.yml @@ -52,7 +52,7 @@ jobs: build-type: ['dev', 'production'] include: - platform: ios - xcode-version: '16.2' + xcode-version: '16.4' runs-on: macos-14 - platform: macos runs-on: macos-15 From ceba2f0fbe60003729b90455546c4cfa98a62a40 Mon Sep 17 00:00:00 2001 From: Antonis Lilis Date: Tue, 18 Nov 2025 11:57:17 +0100 Subject: [PATCH 2/2] bump macos --- .github/workflows/e2e-v2.yml | 6 +++--- .github/workflows/native-tests.yml | 2 +- .github/workflows/sample-application-expo.yml | 2 +- .github/workflows/sample-application.yml | 4 ++-- .github/workflows/testflight.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 3a3b845631..523828f56d 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -47,7 +47,7 @@ jobs: platform: ["ios", "android"] include: - platform: ios - runs-on: macos-14 + runs-on: macos-15 name: iOS appPlain: performance-tests/test-app-plain.ipa - platform: android @@ -189,7 +189,7 @@ jobs: - platform: ios rn-version: '0.81.0' xcode-version: '16.4' - runs-on: macos-14 + runs-on: macos-15 - platform: ios rn-version: '0.71.11' xcode-version: '14.2' @@ -319,7 +319,7 @@ jobs: include: - platform: ios rn-version: '0.81.0' - runs-on: macos-14 + runs-on: macos-15 - platform: android runs-on: ubuntu-latest diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index 63de5bdcb0..74b1906b47 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -27,7 +27,7 @@ jobs: test-ios: name: ios - runs-on: macos-14 + runs-on: macos-15 needs: [diff_check] if: ${{ needs.diff_check.outputs.skip_ci != 'true' }} steps: diff --git a/.github/workflows/sample-application-expo.yml b/.github/workflows/sample-application-expo.yml index fca9541e71..404d1301fe 100644 --- a/.github/workflows/sample-application-expo.yml +++ b/.github/workflows/sample-application-expo.yml @@ -45,7 +45,7 @@ jobs: include: - platform: ios xcode-version: '16.4' - runs-on: macos-14 + runs-on: macos-15 - platform: android runs-on: ubuntu-latest - platform: web diff --git a/.github/workflows/sample-application.yml b/.github/workflows/sample-application.yml index 4734818568..70dd74829c 100644 --- a/.github/workflows/sample-application.yml +++ b/.github/workflows/sample-application.yml @@ -53,7 +53,7 @@ jobs: include: - platform: ios xcode-version: '16.4' - runs-on: macos-14 + runs-on: macos-15 - platform: macos runs-on: macos-15 - platform: android @@ -232,7 +232,7 @@ jobs: matrix: include: - platform: ios - runs-on: macos-14 + runs-on: macos-15 rn-architecture: 'new' ios-use-frameworks: 'no-frameworks' build-type: 'production' diff --git a/.github/workflows/testflight.yml b/.github/workflows/testflight.yml index b8b6fc45ec..55ff9935a8 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -15,7 +15,7 @@ jobs: upload_to_testflight: name: Build and Upload React Native Sample to Testflight - runs-on: macos-14 + runs-on: macos-15 needs: [diff_check] if: ${{ needs.diff_check.outputs.skip_ci != 'true' }} steps: