diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f631a49..7cea4b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: yarn turbo run build:ios test-swift: - runs-on: macos-14 + runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@v3 @@ -112,12 +112,12 @@ jobs: pod install env: NO_FLIPPER: 1 - - - name: Build example for iOS - run: | - yarn turbo run build:ios + + - name: Build + run: | + yarn turbo run build:ios - name: Run unit tests swift run: | cd example/ios - xcodebuild -workspace TicketmasterIgniteExample.xcworkspace -scheme TicketmasterIgniteExample -destination 'platform=iOS Simulator,name=iPhone 16' test \ No newline at end of file + xcodebuild -workspace TicketmasterIgniteExample.xcworkspace -scheme TicketmasterIgniteExample -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED=NO test \ No newline at end of file