Skip to content

Commit

Permalink
fix(ci): macos-13 to build ios part instead of macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Dec 8, 2023
1 parent 884638b commit ca642af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca642af

Please sign in to comment.