Florian Friedrich преди 8 месеца
родител
ревизия
5ab4dd0a3b
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      .github/workflows/unit-tests.yml

+ 3 - 3
.github/workflows/unit-tests.yml

@@ -58,10 +58,10 @@ jobs:
           DESTINATION=''
           case "${PLATFORM}" in
             'macOS')    DESTINATION='platform=macOS';;
-            'iOS')      DESTINATION='platform=iOS Simulator,OS=latest,name=iPhone 15 Pro';;
-            'iPadOS')   DESTINATION='platform=iOS Simulator,OS=latest,name=iPad Pro (11-inch) (4th generation)';;
+            'iOS')      DESTINATION='platform=iOS Simulator,OS=latest,name=iPhone 16 Pro';;
+            'iPadOS')   DESTINATION='platform=iOS Simulator,OS=latest,name=iPad Pro (11-inch) (M4)';;
             'tvOS')     DESTINATION='platform=tvOS Simulator,OS=latest,name=Apple TV 4K (3rd generation)';;
-            'watchOS')  DESTINATION='platform=watchOS Simulator,OS=latest,name=Apple Watch Series 9 (45mm)';;
+            'watchOS')  DESTINATION='platform=watchOS Simulator,OS=latest,name=Apple Watch Series 10 (46mm)';;
             'visionOS') DESTINATION='platform=visionOS Simulator,OS=latest,name=Apple Vision Pro';;
             *) echo "::error title=Unknown platform!::Unknown platform: ${PLATFORM}" && exit 1;;
           esac