Skip to content

Commit

Permalink
Set up Xcode for cmake-macos
Browse files Browse the repository at this point in the history
This commit adds a step to the build workflow that sets up Xcode by specifying the Xcode version and directory.
  • Loading branch information
ChinChangYang committed Nov 20, 2023
1 parent 87a2a15 commit 978bd01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
run: |
brew install ninja
- name: Setup Xcode
run: |
xcode-select /Applications/Xcode_15.0.1.app/Contents/Developer
- name: Run cmake ninja
run: |
cd cpp
Expand Down

0 comments on commit 978bd01

Please sign in to comment.