Skip to content

Commit

Permalink
move Qt 5.12 CI builds to 5.12.12 (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 authored Nov 29, 2021
1 parent 59a325d commit 41cdf06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: macos release Build
runs-on: macos-latest
env:
QT_VERSION: '5.12.11'
QT_VERSION: '5.12.12'

steps:
- name: Checkout repository
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,36 +18,36 @@ jobs:
fail-fast: false
matrix:
include:
- QT_VERSION: '5.12.11'
- QT_VERSION: '5.12.12'
ARCH: 'amd64'
HOST_ARCH: 'x86'
COMPILER: 'msvc2017_64'
METHOD: 'aqt'
FLOW: 'nmake'
RELEASE: true
- QT_VERSION: '5.12.11'
- QT_VERSION: '5.12.12'
ARCH: 'amd64'
HOST_ARCH: 'x86'
COMPILER: 'msvc2017_64'
METHOD: 'aqt'
FLOW: 'msbuild'
RELEASE: false
- QT_VERSION: '5.12.11'
- QT_VERSION: '5.12.12'
ARCH: 'amd64'
HOST_ARCH: 'x86'
COMPILER: 'msvc2017_64'
METHOD: 'aqt'
FLOW: 'cmake'
RELEASE: false
- QT_VERSION: '5.12.11'
- QT_VERSION: '5.12.12'
ARCH: 'amd64'
HOST_ARCH: 'x86'
COMPILER: 'msvc2017_64'
VCVERSION: '14.16'
METHOD: 'aqt'
FLOW: 'nmake'
RELEASE: false
- QT_VERSION: '5.12.11'
- QT_VERSION: '5.12.12'
ARCH: 'x86'
HOST_ARCH: 'x86'
COMPILER: 'msvc2017'
Expand Down

0 comments on commit 41cdf06

Please sign in to comment.