Skip to content

Commit 92a4dc8

Browse files
committed
another update
1 parent 09051a0 commit 92a4dc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/composite_actions/get_platform_parameters/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ runs:
8787
OS_VERSION="26.0"
8888
;;
8989
iOS/minimum)
90-
DEVICE="iPhone 15"
90+
DEVICE="iPhone SE (3rd generation)"
9191
OS_VERSION="18.0"
9292
;;
9393
iOS/*)
@@ -119,7 +119,7 @@ runs:
119119
OS_VERSION="26.0"
120120
;;
121121
watchOS/minimum)
122-
DEVICE="Apple Watch Series 7 (45mm)"
122+
DEVICE="Apple Watch SE (44mm) (2nd generation)"
123123
OS_VERSION="11.0"
124124
;;
125125
watchOS/*)

.github/workflows/build_xcode_beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
platform: [iOS, macOS, tvOS, watchOS, visionOS]
26+
platform: [macOS]
2727

2828
uses: ./.github/workflows/build_scheme.yml
2929
with:

0 commit comments

Comments
 (0)