Skip to content

Commit

Permalink
fix macOS build by setting Xcode version 14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
farukeryilmaz committed Dec 6, 2023
1 parent a371159 commit 07a7f98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/platform_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Set Xcode version
run: sudo xcode-select -s /Applications/Xcode_14.3.app/Contents/Developer
- name: Configure
run: cmake -S . -B build
- name: Build
Expand Down

0 comments on commit 07a7f98

Please sign in to comment.