diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6f1dd9f92..c4efcc8546 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 3' + - name: 'macOS 14: Switch to Xcode 16 Beta 4' if: matrix.os == 'macos-14' - run: sudo xcode-select -switch /Applications/Xcode_16_beta_3.app + run: sudo xcode-select -switch /Applications/Xcode_16_beta_4.app - name: Install prerequisites uses: ./.github/actions/1-setup with: