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 11, 2023
1 parent a192380 commit e4812a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-ci.yml
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 e4812a0

Please sign in to comment.