From 3ff1849ecd7879b7044ff8c39727a40696c7b03b Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Wed, 10 Apr 2024 13:11:19 -0500 Subject: [PATCH] test(ci): use `macos-latest` for iOS build was `macOS-latest` and somehow this resulted in macos-12 image being used, which did not work well See #506 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ece6fc..94742a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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