Skip to content

Commit

Permalink
chore(ci): bump qt version
Browse files Browse the repository at this point in the history
  • Loading branch information
alphagocc committed Sep 12, 2022
1 parent 4b82c23 commit 9865b76
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: [macos-latest]
build_type: [Release, RelWithDebInfo]
arch: [x86_64, arm64]
qt_ver: [6.2.3]
qt_ver: [6.4.0]
qt_arch: [clang_64]
env:
targetName: lemon
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/windows-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ on:
push:
# 忽略README.md
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'BUILD.md'
- "README.md"
- "LICENSE"
- "BUILD.md"
# pull_request时触发workflow
pull_request:
# 忽略README.md
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'BUILD.md'
- "README.md"
- "LICENSE"
- "BUILD.md"
release:
types: [published]
jobs:
build:
name: Build
strategy:
matrix:
qt_version: [6.2.3]
qt_version: [6.4.0]
build_type: [Release, RelWithDebInfo]
platform: [windows-latest]
include:
Expand All @@ -42,15 +42,15 @@ jobs:
- name: Checking out sources
uses: actions/checkout@v2
with:
submodules: 'recursive'
submodules: "recursive"
- name: Install Python 3.9 version
uses: actions/setup-python@v1
with:
python-version: '3.9'
python-version: "3.9"
architecture: x64
- name: Restoring submodules
run: git submodule update --init
# =========================================================================================================
# =========================================================================================================
- name: Install MSVC compiler
uses: ilammy/msvc-dev-cmd@v1
with:
Expand All @@ -68,9 +68,9 @@ jobs:
with:
version: ${{ matrix.qt_version }}
arch: ${{ matrix.qtarch }}
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
mirror: "http://mirrors.ocf.berkeley.edu/qt/"
cached: ${{ steps.cache-qt.outputs.cache-hit }}
setup-python: 'false'
setup-python: "false"

- name: Win-x64 - ${{ matrix.qt_version }} - Generate Dependencies and Build
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion makespec/BUILDVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
226
227

0 comments on commit 9865b76

Please sign in to comment.