0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

CI: Update build-project workflow to use Xcode 15.4 for macOS builds

This commit is contained in:
PatTheMav 2024-09-13 23:48:06 +02:00 committed by Ryan Foster
parent df75840fdb
commit 2bffc6b1ff

View File

@ -80,8 +80,8 @@ jobs:
: Set Up Environment 🔧
if (( ${+RUNNER_DEBUG} )) setopt XTRACE
print '::group::Enable Xcode 15.2'
sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer
print '::group::Enable Xcode 15.4'
sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer
print '::endgroup::'
print '::group::Clean Homebrew Environment'