Skip to content

Commit

Permalink
test(ci): use macos-latest for iOS build
Browse files Browse the repository at this point in the history
was `macOS-latest` and somehow this resulted in macos-12 image
being used, which did not work well

See #506
  • Loading branch information
mikehardy committed Apr 10, 2024
1 parent df12581 commit 3ff1849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Build android example app
run: yarn example:install && yarn example:devcopy && yarn example:install && cd RNFBSDKExample && cd android && ./gradlew assembleDebug
ios-build:
runs-on: macOS-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
Expand Down

0 comments on commit 3ff1849

Please sign in to comment.