From a24a427eae37bbc9dcf56b42e630bef6ddc9ada0 Mon Sep 17 00:00:00 2001 From: Nick Klockenga Date: Wed, 1 Apr 2026 10:19:30 -0400 Subject: [PATCH] update the device to iPhone 17 instead of 16 for macos-26 --- .github/workflows/Xcode-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Xcode-unit-tests.yml b/.github/workflows/Xcode-unit-tests.yml index 3279228..294eabe 100644 --- a/.github/workflows/Xcode-unit-tests.yml +++ b/.github/workflows/Xcode-unit-tests.yml @@ -17,4 +17,4 @@ jobs: - name: Run Unit Tests run: | - xcodebuild test -project hellbender.xcodeproj -scheme hellbender -destination 'platform=iOS Simulator,name=iPhone 16 Pro' -only-testing:hellbenderTests -parallel-testing-enabled NO CODE_SIGNING_ALLOWED=NO | xcpretty && exit ${PIPESTATUS[0]} + xcodebuild test -project hellbender.xcodeproj -scheme hellbender -destination 'platform=iOS Simulator,name=iPhone 17 Pro,OS=26.2' -only-testing:hellbenderTests -parallel-testing-enabled NO CODE_SIGNING_ALLOWED=NO | xcpretty && exit ${PIPESTATUS[0]}