Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Dec 4, 2024
1 parent cf230d2 commit bc6ad30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
newArch: [true, false]
runs-on: macos-12
runs-on: macos-14
env:
TURBO_CACHE_DIR: .turbo/android
ORG_GRADLE_PROJECT_newArchEnabled: ${{ matrix.newArch }}
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
strategy:
matrix:
newArch: [1, 0]
runs-on: macos-12
runs-on: macos-14
env:
TURBO_CACHE_DIR: .turbo/ios
RCT_NEW_ARCH_ENABLED: ${{ matrix.newArch }}
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
- uses: futureware-tech/simulator-action@v4
with:
model: 'iPhone 14'
model: 'iPhone 15'

- name: Run e2e tests
# https://github.com/wix/Detox/issues/3720#issuecomment-1347855162
Expand Down

0 comments on commit bc6ad30

Please sign in to comment.