Skip to content

Commit c97c65a

Browse files
committed
Bump Qt versions in GH actions
1 parent 7504838 commit c97c65a

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/cppcmake.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,16 @@ jobs:
3030
config:
3131
- name: "ubuntu-20.04"
3232
os: "ubuntu-20.04"
33+
qt_ver: "6.3.0"
3334
- name: "ubuntu-18.04"
3435
os: "ubuntu-18.04"
36+
qt_ver: "5.12.12"
3537
- name: "windows-x64"
3638
os: "windows-latest"
3739
cmake_extra: "-T v142,host=x86"
3840
arch: "amd64"
3941
qt_arch: "win64_msvc2019_64"
40-
qt_ver: "6.1.0"
42+
qt_ver: "6.3.0"
4143
- name: "windows-x86"
4244
os: "windows-latest"
4345
cmake_extra: "-T v142,host=x86 -A Win32"
@@ -46,7 +48,7 @@ jobs:
4648
qt_ver: "5.15.2"
4749
- name: "macOS-10"
4850
os: "macos-10.15"
49-
qt_ver: "6.1.0"
51+
qt_ver: "6.3.0"
5052
steps:
5153
- uses: actions/checkout@v2
5254

@@ -67,13 +69,8 @@ jobs:
6769
if: startsWith(matrix.config.os, 'macos-')
6870
run: brew install labstreaminglayer/tap/lsl
6971

70-
- name: Install Qt .deb packages
71-
if: startsWith(matrix.config.os, 'ubuntu-')
72-
run: sudo apt install -y qtbase5-dev
73-
74-
- name: Install Qt (Win and Mac)
75-
if: startsWith(matrix.config.os, 'windows') || startsWith(matrix.config.os, 'macos')
76-
uses: jurplel/[email protected]
72+
- name: Install Qt
73+
uses: jurplel/[email protected]
7774
with:
7875
version: ${{ matrix.config.qt_ver }}
7976
arch: ${{ matrix.config.qt_arch }}

0 commit comments

Comments
 (0)