From e009586255bb4e44751f3f024e2c2e2db74b642c Mon Sep 17 00:00:00 2001 From: dante Date: Tue, 12 Aug 2025 19:37:03 -0400 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1029ba09..455bce0c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -987,7 +987,7 @@ jobs: cd ezkl-swift-package xcodebuild test \ -scheme EzklPackage \ - -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5' \ + -destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=18.2' \ -resultBundlePath ../testResults - name: Run Example App Tests @@ -996,7 +996,7 @@ jobs: xcodebuild test \ -project Example.xcodeproj \ -scheme EzklApp \ - -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.5' \ + -destination 'platform=iOS Simulator,name=iPhone 16 Pro,OS=18.2' \ -parallel-testing-enabled NO \ -resultBundlePath ../../exampleTestResults \ -skip-testing:EzklAppUITests/EzklAppUITests/testButtonClicksInOrder \ No newline at end of file