Skip to content

Commit 2957de6

Browse files
Update run-tests-WaterfallGridSample.yml
1 parent e460327 commit 2957de6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/run-tests-WaterfallGridSample.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
- name: List available Xcode versions
1414
run: ls /Applications | grep Xcode
1515
- name: Set up Xcode version
16-
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
16+
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
1717
- name: Show current version of Xcode
1818
run: xcodebuild -version
19+
- name: Show Xcode embedded SDKs
20+
run: xcodebuild -showsdks
21+
- name: Show buildable schemes
22+
run: xcodebuild -list

0 commit comments

Comments
 (0)