We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a905ec5 commit bdf82d6Copy full SHA for bdf82d6
1 file changed
.github/workflows/cppcmake.yml
@@ -18,7 +18,7 @@ defaults:
18
run:
19
shell: bash
20
21
-
+# Check qt_ver on # https://download.qt.io/online/qtsdkrepository/
22
jobs:
23
build:
24
name: ${{ matrix.config.name }}
@@ -32,7 +32,7 @@ jobs:
32
qt_ver: "6.1.0"
33
- name: "ubuntu-18.04"
34
os: "ubuntu-18.04"
35
- qt_ver: "5.15"
+ qt_ver: "5.15.2"
36
- name: "windows-x64"
37
os: "windows-latest"
38
cmake_extra: "-T v142,host=x86"
@@ -44,7 +44,7 @@ jobs:
44
cmake_extra: "-T v142,host=x86 -A Win32"
45
arch: "i386"
46
qt_arch: "win32_msvc2019"
47
48
- name: "macOS-latest"
49
os: "macOS-latest"
50
0 commit comments