diff --git a/.github/workflows/build_qt6.yml b/.github/workflows/build_qt6.yml index 8cb186d365..98b397e236 100644 --- a/.github/workflows/build_qt6.yml +++ b/.github/workflows/build_qt6.yml @@ -42,7 +42,7 @@ jobs: os: macos-latest, cc: "clang", cxx: "clang++", build_type: "Release", - cmake_flags: "-G Ninja", + cmake_flags: "-G Ninja -DCMAKE_OSX_ARCHITECTURES=arm64;x86_64", cpack_flags: "-G DragNDrop", } - { @@ -65,11 +65,7 @@ jobs: - name: Install Dependencies (macOS) if: runner.os == 'macOS' run: | - if uname -p | grep -q "arm" ; then - export PATH=/opt/homebrew/bin:$PATH - else # not self-hosted runner - brew install ninja eigen glew - fi + brew install ninja eigen glew - name: Install Dependencies (Windows) if: runner.os == 'Windows' run: choco install ninja