From 37fa6e896114c807eaf3b670cd151a82b728341d Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Fri, 3 Oct 2025 14:44:07 +0100 Subject: [PATCH] Try Xcode 16.2 --- .github/workflows/mac.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 530d6b7cd..46bfbf3ca 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -92,6 +92,9 @@ jobs: with: submodules: true fetch-depth: 0 + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: '16.2' - name: Update brew run: brew update - name: Install brew packages @@ -110,7 +113,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: '6.7.3' + version: '6.9.1' host: 'mac' arch: 'clang_64' modules: 'qtcharts qtscxml qt5compat qtlocation qtmultimedia qtpositioning qtserialport qtspeech qtwebsockets qtwebengine qtshadertools qtwebchannel'