diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e1facba58..2c946b2b1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -78,6 +78,10 @@ jobs: - name: Setup Environment id: setup run: | + print '::group::Enable Xcode 15.2' + sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer + print '::endgroup::' + local -a to_remove=() for formula (llvm gcc postgresql openjdk sox libsndfile flac libvorbis opusfile \ @@ -238,6 +242,10 @@ jobs: run: | : Setup Environment + print '::group::Enable Xcode 15.2' + sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer + print '::endgroup::' + to_remove=() for formula (llvm gcc) { @@ -336,6 +344,10 @@ jobs: id: setup run: | : Setup Environment + print '::group::Enable Xcode 15.2' + sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer + print '::endgroup::' + local -a to_remove=() for formula (llvm gcc) { diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index 0831b31ff..2e5716e04 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -98,6 +98,11 @@ jobs: - name: Setup Environment id: setup run: | + : Setup Environment + print '::group::Enable Xcode 15.2' + sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer + print '::endgroup::' + local -a to_remove=() for formula (llvm gcc postgresql openjdk sox libsndfile flac libvorbis opusfile \ @@ -182,6 +187,9 @@ jobs: id: setup run: | : Setup Environment + print '::group::Enable Xcode 15.2' + sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer + print '::endgroup::' to_remove=() @@ -298,6 +306,10 @@ jobs: id: setup run: | : Setup Environment + print '::group::Enable Xcode 15.2' + sudo xcode-select --switch /Applications/Xcode_15.2.app/Contents/Developer + print '::endgroup::' + local -a to_remove=() for formula (llvm gcc) {