Skip to content

Commit

Permalink
Create GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paololeonardi authored Jul 21, 2024
1 parent 85eeaa9 commit bad4ea5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/run-tests-WaterfallGridSample.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: WaterfallGridSample

on:
workflow_dispatch:

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

0 comments on commit bad4ea5

Please sign in to comment.