fix(CI): build with macos-latest M1 runner

This commit is contained in:
Gary Wang 2024-04-27 13:24:49 +08:00
parent 8435fa0a9d
commit 2a30cc0dd3
No known key found for this signature in database
GPG Key ID: 5D30A4F15EA78760

View File

@ -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