ci(mac): build with 5.15.2 explicitly
This commit is contained in:
parent
6d460a27d7
commit
7e7c36ea72
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -10,7 +10,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2.10.0
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: '5.15.2'
|
||||
- name: Run a qt project
|
||||
run: |
|
||||
cmake ./
|
||||
|
|
Loading…
Reference in New Issue
Block a user