From 1974200d67c680e8ec818d5a01520124d1f472f9 Mon Sep 17 00:00:00 2001 From: gxz Date: Wed, 4 Dec 2024 10:31:44 +0800 Subject: [PATCH] chore: optimize --- .github/workflows/ci.yml | 4 ++-- example/.detoxrc.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0e97df2..8867b20d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: strategy: matrix: newArch: [true, false] - runs-on: macos-14 + runs-on: macos-latest env: TURBO_CACHE_DIR: .turbo/android ORG_GRADLE_PROJECT_newArchEnabled: ${{ matrix.newArch }} @@ -147,7 +147,7 @@ jobs: strategy: matrix: newArch: [1, 0] - runs-on: macos-14 + runs-on: macos-latest env: TURBO_CACHE_DIR: .turbo/ios RCT_NEW_ARCH_ENABLED: ${{ matrix.newArch }} diff --git a/example/.detoxrc.js b/example/.detoxrc.js index 0b2135b8..05b5fa12 100644 --- a/example/.detoxrc.js +++ b/example/.detoxrc.js @@ -38,7 +38,7 @@ module.exports = { simulator: { type: 'ios.simulator', device: { - type: 'iPhone 14' + type: 'iPhone 15' } }, attached: {