fix(CI): build with macos-latest M1 runner
This commit is contained in:
parent
8435fa0a9d
commit
2a30cc0dd3
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -12,8 +12,8 @@ jobs:
|
|||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: '5.15.2'
|
||||
version: '6.4.2'
|
||||
- name: Run a qt project
|
||||
run: |
|
||||
cmake ./ -DPREFER_QT_5=ON
|
||||
cmake ./ -DPREFER_QT_5=OFF
|
||||
make
|
||||
|
|
Loading…
Reference in New Issue
Block a user