Skip to content

Commit

Permalink
Use latest xcode to please juce
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed May 11, 2024
1 parent 64eaf7d commit cf56ab9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,13 @@ jobs:
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 9
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-9 9
# This block can be removed once 15.1 is default (JUCE requires it when building on macOS 14)
- name: Use latest Xcode on system (macOS)
if: ${{ matrix.os == 'macos-14' }}
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.4

Expand Down

0 comments on commit cf56ab9

Please sign in to comment.