diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b7e9aad..a592a13 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,14 +22,10 @@ jobs: - name: Configure Xcode 15 run: | - sudo xcode-select -s /Applications/Xcode_15.0.1.app - echo "Creating Runtimes folder if needed..." - sudo mkdir -p /Library/Developer/CoreSimulator/Profiles/Runtimes - echo "Creating symlink of the iOS 16.4 runtime..." - sudo ln -s /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ 16.4.simruntime + sudo xcode-select -s /Applications/Xcode_15.2.app - name: Run tests - run: xcodebuild test -scheme 'Compound' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.4' -skipPackagePluginValidation -resultBundlePath Logs/CompoundTests.xcresult + run: xcodebuild test -scheme 'Compound' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.2' -skipPackagePluginValidation -resultBundlePath Logs/CompoundTests.xcresult - name: Zip artifacts if: failure() # We only care about artefacts if the tests fail diff --git a/Tests/.prefire.yml b/Tests/.prefire.yml index 7b3cdda..768d06d 100644 --- a/Tests/.prefire.yml +++ b/Tests/.prefire.yml @@ -1,4 +1,4 @@ test_configuration: - template_file_path: PreviewTests.stencil - - simulator_device: "iPhone14" - - required_os: 16 + - simulator_device: "iPhone15" + - required_os: 17 diff --git a/Tests/CompoundTests/__Snapshots__ b/Tests/CompoundTests/__Snapshots__ index 29d38a5..c8fadd1 160000 --- a/Tests/CompoundTests/__Snapshots__ +++ b/Tests/CompoundTests/__Snapshots__ @@ -1 +1 @@ -Subproject commit 29d38a557fb49fcfdbcf17f9b44cc5a4a38b24c8 +Subproject commit c8fadd1032c0fb51aef19ba40f1c5b4442cb089b