Skip to content

Update run-tests-WaterfallGridSample.yml #1

Update run-tests-WaterfallGridSample.yml

Update run-tests-WaterfallGridSample.yml #1

name: WaterfallGridSample
on:
workflow_dispatch:
push:
jobs:
build:
name: Build and Test
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- 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
- name: Show current version of Xcode
run: xcodebuild -version