Skip to content

Commit 1d416e0

Browse files
committed
ci(clang): use clang on mac
1 parent 3af4b00 commit 1d416e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
version: '5.15.2'
2727
host: ${{ matrix.os == 'windows-latest' && 'windows' || matrix.os == 'macOS-latest' && 'mac' || 'linux' }}
2828
target: 'desktop'
29-
arch: ${{ matrix.os == 'windows-latest' && 'win64_msvc2019_64' || 'gcc_64' }}
29+
arch: ${{ matrix.os == 'windows-latest' && 'win64_msvc2019_64' || matrix.os == 'macOS-latest' && 'clang_64' || 'gcc_64' }}
3030
modules: 'qtbase'
3131
install-deps: 'true'
3232

0 commit comments

Comments
 (0)