From 2957de6381bf0e2f44339e4d8ee12e518926ffb8 Mon Sep 17 00:00:00 2001 From: Paolo Leonardi Date: Sun, 21 Jul 2024 02:21:47 +0200 Subject: [PATCH] Update run-tests-WaterfallGridSample.yml --- .github/workflows/run-tests-WaterfallGridSample.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests-WaterfallGridSample.yml b/.github/workflows/run-tests-WaterfallGridSample.yml index 511f557..5ac5e5d 100644 --- a/.github/workflows/run-tests-WaterfallGridSample.yml +++ b/.github/workflows/run-tests-WaterfallGridSample.yml @@ -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