Skip to content

Commit

Permalink
Bump Qt version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenDB committed Aug 10, 2022
1 parent 183912e commit e49c3a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
qt-version: ['6.2.3', '6.3.0']
qt-version: ['6.2.3', '6.3.1']

steps:
- name: Install Qt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
qt-version: ['6.2.3', '6.3.0']
qt-version: ['6.2.3', '6.3.1']

steps:
- name: Install Qt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
qt-version: ['6.2.3', '6.3.0']
qt-version: ['6.2.3', '6.3.1']

steps:
- name: Install Qt
Expand Down

0 comments on commit e49c3a1

Please sign in to comment.