Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 8787496

Browse files
Use macos-13 runner for IOS
1 parent 11477f4 commit 8787496

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/react-native-code-push-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,12 @@ jobs:
5454

5555
test-iOS:
5656
name: Test iOS app
57-
runs-on: macos-latest
57+
runs-on: macos-13
5858
env:
5959
NO_FLIPPER: ${{ secrets.NO_FLIPPER }}
6060
steps:
6161
- name: Checkout
6262
uses: actions/checkout@v2
63-
- name: Enable Corepack
64-
run: corepack enable
6563
- name: Setup Ruby
6664
uses: ruby/setup-ruby@v1
6765
with:

0 commit comments

Comments
 (0)