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 2af37f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
ci:
name: Build
runs-on: macos-13
runs-on: macos-14

steps:
- name: Checkout repository
Expand All @@ -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
5 changes: 3 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,8 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: "6.7.*"
version: "6.8.*"
arch: 'win64_msvc2022_64'
archives: qtbase qtsvg qttools qttranslations
modules: qtimageformats qtmultimedia

Expand Down
3 changes: 0 additions & 3 deletions dist/msi/app_files.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,6 @@ initial file was generated with the next command:
<Component Id="cmp80E75174A493DF4F7221EE7BB7D63064" Directory="dirF6F536CAC2A521B870028196D039D8E6" Guid="{746C2A9F-BD8C-442F-B211-137F02C27D45}">
<File Id="filEFFDA27E448FAD84740AEA7FE5939725" KeyPath="yes" Source="$(var.MySource)\plugins\tls\qcertonlybackend.dll" />
</Component>
<Component Id="cmpE9BF22AEB8AE6A5CFB0DB26232C2CD61" Directory="dirF6F536CAC2A521B870028196D039D8E6" Guid="{73A3CCAD-82C1-4948-BD5B-8DA3C119B5E3}">
<File Id="fil023BCBF0FB0B5C3FAC402BC8068500A8" KeyPath="yes" Source="$(var.MySource)\plugins\tls\qopensslbackend.dll" />
</Component>
<Component Id="cmpB13A54C5786E2EC7794076753CFAF572" Directory="dirF6F536CAC2A521B870028196D039D8E6" Guid="{F35528A8-1561-418D-BB38-CA642A9DF68B}">
<File Id="filF3708D10267E65BA5C8EBA8876CB7461" KeyPath="yes" Source="$(var.MySource)\plugins\tls\qschannelbackend.dll" />
</Component>
Expand Down

0 comments on commit 2af37f3

Please sign in to comment.