Skip to content

Commit

Permalink
use Qt 6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolcha committed Oct 9, 2024
1 parent 8d25169 commit 8267b1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: "6.7.*"
version: "6.8.*"
modules: qtimageformats qtmultimedia

- name: Build application
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
ci:
name: Build
runs-on: windows-2019
runs-on: windows-2022

steps:
- name: Checkout repository
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: "6.7.*"
version: "6.8.*"
archives: qtbase qtsvg qttools qttranslations
modules: qtimageformats qtmultimedia

Expand Down

0 comments on commit 8267b1f

Please sign in to comment.