Skip to content

Commit bdf82d6

Browse files
committed
v 5.15.2 for ubuntu 18 and win32
1 parent a905ec5 commit bdf82d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cppcmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defaults:
1818
run:
1919
shell: bash
2020

21-
21+
# Check qt_ver on # https://download.qt.io/online/qtsdkrepository/
2222
jobs:
2323
build:
2424
name: ${{ matrix.config.name }}
@@ -32,7 +32,7 @@ jobs:
3232
qt_ver: "6.1.0"
3333
- name: "ubuntu-18.04"
3434
os: "ubuntu-18.04"
35-
qt_ver: "5.15"
35+
qt_ver: "5.15.2"
3636
- name: "windows-x64"
3737
os: "windows-latest"
3838
cmake_extra: "-T v142,host=x86"
@@ -44,7 +44,7 @@ jobs:
4444
cmake_extra: "-T v142,host=x86 -A Win32"
4545
arch: "i386"
4646
qt_arch: "win32_msvc2019"
47-
qt_ver: "5.15"
47+
qt_ver: "5.15.2"
4848
- name: "macOS-latest"
4949
os: "macOS-latest"
5050
qt_ver: "6.1.0"

0 commit comments

Comments
 (0)