File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -49,36 +49,36 @@ jobs:
4949 fail-fast : false
5050 matrix :
5151 runtime :
52- - [iOS, 15, 5]
53- - [iOS, 16, 4]
54- - [iOS, 17, 5]
55- - [iOS, 18, 6]
56- - [iOS, 26, 0]
52+ # - [iOS, 15, 5]
53+ # - [iOS, 16, 4]
54+ # - [iOS, 17, 5]
55+ # - [iOS, 18, 6]
56+ # - [iOS, 26, 0]
5757
5858 - [iPadOS, 15, 5]
5959 - [iPadOS, 16, 4]
6060 - [iPadOS, 17, 5]
6161 - [iPadOS, 18, 6]
6262 - [iPadOS, 26, 0]
6363
64- - [tvOS, 15, 4]
65- - [tvOS, 16, 4]
66- - [tvOS, 17, 5]
67- - [tvOS, 18, 5]
68- - [tvOS, 26, 0]
64+ # - [tvOS, 15, 4]
65+ # - [tvOS, 16, 4]
66+ # - [tvOS, 17, 5]
67+ # - [tvOS, 18, 5]
68+ # - [tvOS, 26, 0]
6969
70- - [watchOS, 8, 5]
71- - [watchOS, 9, 4]
72- - [watchOS, 10, 5]
73- - [watchOS, 11, 5]
74- - [watchOS, 26, 0]
70+ # - [watchOS, 8, 5]
71+ # - [watchOS, 9, 4]
72+ # - [watchOS, 10, 5]
73+ # - [watchOS, 11, 5]
74+ # - [watchOS, 26, 0]
7575
76- - [macOS, 15, 0]
77- # - [macOS, 26, 0]
76+ # - [macOS, 15, 0]
77+ # # - [macOS, 26, 0]
7878
79- - [visionOS, 1, 2]
80- - [visionOS, 2, 5]
81- - [visionOS, 26, 0]
79+ # - [visionOS, 1, 2]
80+ # - [visionOS, 2, 5]
81+ # - [visionOS, 26, 0]
8282 steps :
8383 - name : Git Checkout
8484 uses : actions/checkout@v5
@@ -144,7 +144,7 @@ jobs:
144144 name : Create Required Simulators
145145 run : |
146146 set -eo pipefail
147- xcrun simctl delete all
147+ # xcrun simctl delete all
148148 OUTPUT=$(script/create_simulators --platform ${{ env.SCRIPT_PLATFORM }} --version ${{ env.MAJOR }} | tee /dev/stderr)
149149 FIRST_UDID=$(printf "%s\n" "$OUTPUT" | awk '/^Created: /{print $NF}' | head -n1)
150150 if [ -n "$FIRST_UDID" ]; then
You can’t perform that action at this time.
0 commit comments