diff --git a/.github/workflows/reusable-ios-checks.yaml b/.github/workflows/reusable-ios-checks.yaml index bcd88189..508eb47b 100644 --- a/.github/workflows/reusable-ios-checks.yaml +++ b/.github/workflows/reusable-ios-checks.yaml @@ -78,14 +78,14 @@ jobs: - name: Build run: | xcodebuild build -workspace ./DemoApp/REES46.xcworkspace -scheme REES46Demo \ - -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15,OS=latest' \ + -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' \ CODE_SIGN_IDENTITY='' CODE_SIGNING_REQUIRED='NO' CODE_SIGN_ENTITLEMENTS='' - name: Run tests if: ${{ !cancelled() }} run: | xcodebuild test -workspace ./DemoApp/REES46.xcworkspace -scheme REES46Demo \ - -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15,OS=latest' \ + -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest' \ CODE_SIGN_IDENTITY='' CODE_SIGNING_REQUIRED='NO' CODE_SIGN_ENTITLEMENTS='' - name: Lint spec