Skip to content

Commit

Permalink
Update run-tests-WaterfallGridSample.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paololeonardi authored Jul 21, 2024
1 parent e460327 commit 2957de6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-tests-WaterfallGridSample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- name: List available Xcode versions
run: ls /Applications | grep Xcode
- name: Set up Xcode version
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
- name: Show current version of Xcode
run: xcodebuild -version
- name: Show Xcode embedded SDKs
run: xcodebuild -showsdks
- name: Show buildable schemes
run: xcodebuild -list

0 comments on commit 2957de6

Please sign in to comment.