From 2c04d8648f04e43383d0bcd1609bd5591eaa4ea5 Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Sun, 18 Aug 2024 18:08:33 +0200 Subject: [PATCH] GHA: Adopt new Xcode 16 beta --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f11f2ba1c2..9739b9c58b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -94,9 +94,9 @@ jobs: with: submodules: true fetch-depth: 50 - - name: 'macOS 14: Switch to Xcode 16 Beta 4' + - name: 'macOS 14: Switch to Xcode 16 Beta 5' if: matrix.os == 'macos-14' - run: sudo xcode-select -switch /Applications/Xcode_16_beta_4.app + run: sudo xcode-select -switch /Applications/Xcode_16_beta_5.app - name: Install prerequisites uses: ./.github/actions/1-setup with: