diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32b1751..999fd65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ env: DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer - IOS_DEST: "platform=iOS Simulator,name=iPhone 15,OS=latest" + IOS_DEST: "platform=iOS Simulator,name=iPhone 14,OS=latest" jobs: env-details: diff --git a/.github/workflows/spm-ios.yml b/.github/workflows/spm-ios.yml index c38cc46..7bd9d84 100644 --- a/.github/workflows/spm-ios.yml +++ b/.github/workflows/spm-ios.yml @@ -13,7 +13,9 @@ on: env: DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer - IOS_DEST: "platform=iOS Simulator,name=iPhone 15,OS=latest" + + IOS_DEST: "platform=iOS Simulator,name=iPhone 14,OS=latest" + SCHEME: ReactiveCollectionsKit jobs: