Skip to content

Commit

Permalink
CI: setup Xcode explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Jan 8, 2025
1 parent 34f100b commit 76a4e51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/macos_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ jobs:
- name: Create build directory
run: mkdir ${{ runner.temp }}/shadow_build_dir

- name: Setup Xcode
run: |
sudo xcode-select --reset
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
clang --version # To verify compiler is available
- name: Build
working-directory: ${{ runner.temp }}/shadow_build_dir
run: |
Expand Down

0 comments on commit 76a4e51

Please sign in to comment.