Skip to content

Commit efdde26

Browse files
committed
WIP
1 parent 159a4c4 commit efdde26

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,23 +159,25 @@ jobs:
159159
160160
- if: ${{ env.PLATFORM != 'watchOS' }}
161161
name: Build Showcase
162-
uses: mxcl/xcodebuild@v3
162+
uses: davdroman/xcodebuild@destination
163163
with:
164164
xcode: ~26.0
165165
platform: ${{ env.PLATFORM }}
166166
platform-version: ~${{ env.MAJOR }}.${{ env.MINOR }}
167+
destination: ${{ env.SIM_UDID }}
167168
action: build
168169
scheme: Showcase
169170
configuration: Debug
170171
verbosity: xcbeautify
171172

172173
- if: ${{ env.PLATFORM == 'watchOS' }}
173174
name: Build Library
174-
uses: mxcl/xcodebuild@v3
175+
uses: davdroman/xcodebuild@destination
175176
with:
176177
xcode: ~26.0
177178
platform: ${{ env.PLATFORM }}
178179
platform-version: ~${{ env.MAJOR }}.${{ env.MINOR }}
180+
destination: ${{ env.SIM_UDID }}
179181
action: build
180182
scheme: SwiftUIIntrospect
181183
configuration: Debug

0 commit comments

Comments
 (0)