Skip to content

Commit 9865b76

Browse files
committed
chore(ci): bump qt version
1 parent 4b82c23 commit 9865b76

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.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.2.3]
24+
qt_ver: [6.4.0]
2525
qt_arch: [clang_64]
2626
env:
2727
targetName: lemon

.github/workflows/windows-qt6.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ on:
44
push:
55
# 忽略README.md
66
paths-ignore:
7-
- 'README.md'
8-
- 'LICENSE'
9-
- 'BUILD.md'
7+
- "README.md"
8+
- "LICENSE"
9+
- "BUILD.md"
1010
# pull_request时触发workflow
1111
pull_request:
1212
# 忽略README.md
1313
paths-ignore:
14-
- 'README.md'
15-
- 'LICENSE'
16-
- 'BUILD.md'
14+
- "README.md"
15+
- "LICENSE"
16+
- "BUILD.md"
1717
release:
1818
types: [published]
1919
jobs:
2020
build:
2121
name: Build
2222
strategy:
2323
matrix:
24-
qt_version: [6.2.3]
24+
qt_version: [6.4.0]
2525
build_type: [Release, RelWithDebInfo]
2626
platform: [windows-latest]
2727
include:
@@ -42,15 +42,15 @@ jobs:
4242
- name: Checking out sources
4343
uses: actions/checkout@v2
4444
with:
45-
submodules: 'recursive'
45+
submodules: "recursive"
4646
- name: Install Python 3.9 version
4747
uses: actions/setup-python@v1
4848
with:
49-
python-version: '3.9'
49+
python-version: "3.9"
5050
architecture: x64
5151
- name: Restoring submodules
5252
run: git submodule update --init
53-
# =========================================================================================================
53+
# =========================================================================================================
5454
- name: Install MSVC compiler
5555
uses: ilammy/msvc-dev-cmd@v1
5656
with:
@@ -68,9 +68,9 @@ jobs:
6868
with:
6969
version: ${{ matrix.qt_version }}
7070
arch: ${{ matrix.qtarch }}
71-
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
71+
mirror: "http://mirrors.ocf.berkeley.edu/qt/"
7272
cached: ${{ steps.cache-qt.outputs.cache-hit }}
73-
setup-python: 'false'
73+
setup-python: "false"
7474

7575
- name: Win-x64 - ${{ matrix.qt_version }} - Generate Dependencies and Build
7676
shell: bash

makespec/BUILDVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
226
1+
227

0 commit comments

Comments
 (0)