diff --git a/.github/workflows/ios-ci.yml b/.github/workflows/ios-ci.yml index 8543f00..d45f465 100644 --- a/.github/workflows/ios-ci.yml +++ b/.github/workflows/ios-ci.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: extraEnv: [RCT_NEW_ARCH_ENABLED=0, RCT_NEW_ARCH_ENABLED=1] - runs-on: macos-latest + runs-on: macos-13 steps: - name: Checkout uses: actions/checkout@v4