Skip to content

Commit

Permalink
ci: Enable Qt6 for macOS
Browse files Browse the repository at this point in the history
Qt5 is missing from the macOS buildenv, so we need to use Qt6.
  • Loading branch information
Holzhaus committed Aug 29, 2023
1 parent 73b9f76 commit cfa23a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- name: macOS 11 x64
os: macos-11
cmake_args: >-
-DQT6=ON
-DBULK=ON
-DCOREAUDIO=ON
-DHSS1394=ON
Expand All @@ -83,6 +84,7 @@ jobs:
- name: macOS 11 arm64
os: macos-11
cmake_args: >-
-DQT6=ON
-DBULK=ON
-DCOREAUDIO=ON
-DHSS1394=ON
Expand Down Expand Up @@ -187,7 +189,7 @@ jobs:
with:
# This should always match the minimum required version in
# our CMakeLists.txt
cmake-version: "3.19.x"
cmake-version: "3.21.x"

- name: "[Windows] Set up MSVC Developer Command Prompt"
if: runner.os == 'Windows'
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.21)

# CMAKE_CXX_COMPILER_ID: Distinguish between "AppleClang" and "Clang"
if(POLICY CMP0025)
Expand Down

0 comments on commit cfa23a7

Please sign in to comment.