diff --git a/.github/workflows/e2e-v2.yml b/.github/workflows/e2e-v2.yml index 2e34517272..e90fe38d3e 100644 --- a/.github/workflows/e2e-v2.yml +++ b/.github/workflows/e2e-v2.yml @@ -313,7 +313,7 @@ jobs: runs-on: macos-14 - platform: ios rn-version: '0.65.3' - runs-on: macos-15 + runs-on: macos-14 - platform: android runs-on: ubuntu-latest exclude: diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index 9ec519d2f9..2c9cfb5c89 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -18,7 +18,7 @@ jobs: test-ios: name: ios - runs-on: macos-15 + runs-on: macos-14 needs: [diff_check] if: ${{ needs.diff_check.outputs.skip_ci != 'true' }} steps: diff --git a/.github/workflows/testflight.yml b/.github/workflows/testflight.yml index 06bba8da11..d30cc22003 100644 --- a/.github/workflows/testflight.yml +++ b/.github/workflows/testflight.yml @@ -14,7 +14,7 @@ jobs: upload_to_testflight: name: Build and Upload React Native Sample to Testflight - runs-on: macos-15 + runs-on: macos-14 needs: [diff_check] if: ${{ needs.diff_check.outputs.skip_ci != 'true' }} steps: