Skip to content

Commit

Permalink
Testing Qt 6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Feb 17, 2024
1 parent f6cdbe1 commit 756ea29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,14 @@ jobs:
strategy:
matrix:
include:
- runner: 'ubuntu-20.04'
qtVersion: '5.15.2'
- runner: 'macos-latest'
qtVersion: '6.5.3'
qtVersion: '6.6.2'
qtModules: 'qtimageformats'
- runner: 'macos-latest'
qtVersion: '5.15.2'
osSuffix: '_legacy'
- runner: 'windows-2019'
qtVersion: '6.5.3'
qtVersion: '6.6.2'
qtArch: 'win64_msvc2019_64'
osSuffix: '_64'
qtModules: 'qtimageformats'
- runner: 'windows-2019'
qtVersion: '5.15.2'
qtArch: 'win32_msvc2019'
osSuffix: '_32'
runs-on: ${{ matrix.runner }}
steps:
- name: Set environment variables
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/download-plugins.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if ($pluginNames.count -eq 0) {
}

foreach ($pluginName in $pluginNames) {
$pluginQtVersion = If ($pluginName -eq 'qtapng' -and $qtVersion -like '6.*') { "6.4.3" } Else { $qtVersion }
$pluginQtVersion = If ($pluginName -eq 'qtapng') { "6.4.3" } Else { "6.5.3" }
$arch = If (-not $env:arch -or $env:arch -eq '') { "" } Else { "-$env:arch" }
$artifactName = "$pluginName-$imageName-$pluginQtVersion$arch.zip"
$downloadUrl = "$binaryBaseUrl/$artifactName"
Expand Down

0 comments on commit 756ea29

Please sign in to comment.