Skip to content

Commit

Permalink
fix(ci): use macos latest to build ios example
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Sep 11, 2024
1 parent c30893c commit 731de48
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-13
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 731de48

Please sign in to comment.