We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af4b00 commit 1d416e0Copy full SHA for 1d416e0
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
version: '5.15.2'
27
host: ${{ matrix.os == 'windows-latest' && 'windows' || matrix.os == 'macOS-latest' && 'mac' || 'linux' }}
28
target: 'desktop'
29
- arch: ${{ matrix.os == 'windows-latest' && 'win64_msvc2019_64' || 'gcc_64' }}
+ arch: ${{ matrix.os == 'windows-latest' && 'win64_msvc2019_64' || matrix.os == 'macOS-latest' && 'clang_64' || 'gcc_64' }}
30
modules: 'qtbase'
31
install-deps: 'true'
32
0 commit comments