Skip to content

Commit

Permalink
test(ci): use macos-14 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

Note that the all-lowercase `macos-latest` still resulted in macos-12
runner despite the github documentation specifying that macos-latest
should be macos-14 at this point

See #506
  • Loading branch information
mikehardy committed Apr 10, 2024
1 parent 5be6857 commit 4f080ac
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-14
steps:
- uses: actions/checkout@v4
- name: Setup Node
Expand Down

0 comments on commit 4f080ac

Please sign in to comment.