Skip to content

Commit 04775ab

Browse files
committed
feat(ci): update Qt to 6.9.3 and move linux ci to ubuntu 2004 containers
1 parent 454e17c commit 04775ab

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

.github/workflows/linux-static-qt6.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ jobs:
3939
needs: check_commit_msg
4040
if: ${{ !contains( needs.check_commit_msg.outputs.commit_message, 'NO_DEB') }}
4141
name: Linux Static ${{ matrix.build_type }}
42-
runs-on: ubuntu-20.04
42+
runs-on: ubuntu-latest
43+
container: ubuntu:20.04
44+
env:
45+
CCACHE_DIR: ${{ github.workspace }}/.ccache
46+
TZ: Asia/Shanghai
47+
DEBIAN_FRONTEND: noninteractive
4348

4449
steps:
4550
- name: Get the version
@@ -61,8 +66,8 @@ jobs:
6166
- name: Install Qt
6267
run: |
6368
cd ..
64-
wget https://github.com/Project-LemonLime/qt5ci/releases/latest/download/qt-6.7-static-linux.tar.gz
65-
tar -zxvf qt-6.7-static-linux.tar.gz
69+
wget https://github.com/Project-LemonLime/qt5ci/releases/latest/download/qt-6.9-static-linux.tar.gz
70+
tar -zxvf qt-6.9-static-linux.tar.gz
6671
- name: Build
6772
run: |
6873
cd ..

.github/workflows/macos-qt6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os: [macos-latest]
2222
build_type: [Release, RelWithDebInfo]
2323
arch: [x86_64, arm64]
24-
qt_ver: [6.7.2]
24+
qt_ver: [6.9.3]
2525
qt_arch: [clang_64]
2626
env:
2727
targetName: lemon

.github/workflows/windows-qt6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Build
2222
strategy:
2323
matrix:
24-
qt_version: [6.7.2]
24+
qt_version: [6.9.3]
2525
build_type: [Release, RelWithDebInfo]
2626
platform: [windows-latest]
2727
include:

makespec/BUILDVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
271
1+
272

0 commit comments

Comments
 (0)