From 4d908d363369447cb84b143ee3279f64c450bc7f Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Fri, 20 Sep 2024 13:25:01 +0100 Subject: [PATCH] GHA: Switch to Xcode 16 final --- .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 0dcb8fe504..3efced0f4c 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 6' + - name: 'macOS 14: Switch to Xcode 16' if: matrix.os == 'macos-14' - run: sudo xcode-select -switch /Applications/Xcode_16_beta_6.app + run: sudo xcode-select -switch /Applications/Xcode_16.app - name: Install prerequisites uses: ./.github/actions/1-setup with: