Skip to content

Commit

Permalink
Use latest Xcode until provided in runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
JohT committed Jun 17, 2024
1 parent 9a2ed90 commit 570990a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ jobs:
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 10
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 10
# 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: runner.os == 'macOS'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

- name: Get latest CMake
uses: lukka/get-cmake@latest

Expand Down

0 comments on commit 570990a

Please sign in to comment.