mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-11-23 00:23:30 -05:00
Try Xcode 16.2
This commit is contained in:
parent
2ddbf4d095
commit
37fa6e8961
5
.github/workflows/mac.yml
vendored
5
.github/workflows/mac.yml
vendored
@ -92,6 +92,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
- uses: maxim-lobanov/setup-xcode@v1
|
||||||
|
with:
|
||||||
|
xcode-version: '16.2'
|
||||||
- name: Update brew
|
- name: Update brew
|
||||||
run: brew update
|
run: brew update
|
||||||
- name: Install brew packages
|
- name: Install brew packages
|
||||||
@ -110,7 +113,7 @@ jobs:
|
|||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v4
|
uses: jurplel/install-qt-action@v4
|
||||||
with:
|
with:
|
||||||
version: '6.7.3'
|
version: '6.9.1'
|
||||||
host: 'mac'
|
host: 'mac'
|
||||||
arch: 'clang_64'
|
arch: 'clang_64'
|
||||||
modules: 'qtcharts qtscxml qt5compat qtlocation qtmultimedia qtpositioning qtserialport qtspeech qtwebsockets qtwebengine qtshadertools qtwebchannel'
|
modules: 'qtcharts qtscxml qt5compat qtlocation qtmultimedia qtpositioning qtserialport qtspeech qtwebsockets qtwebengine qtshadertools qtwebchannel'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user