From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Fri, 21 Jul 2023 21:51:32 +0000 (-0600) Subject: update Qt 6.5.1 -> 6.5.2 in CI. (#1140) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~1^2~36 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f73ac5cfed47217045073dc6bc2f00d4c5547bbc;p=gpsbabel.git update Qt 6.5.1 -> 6.5.2 in CI. (#1140) --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 39bd2881c..300948e4f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -33,7 +33,7 @@ jobs: GENERATOR: 'Ninja' RELEASE: true os: macos-12 - - QT_VERSION: '6.5.1' + - QT_VERSION: '6.5.2' XCODE_VERSION: '14.2' GENERATOR: 'Ninja' RELEASE: false diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b7519ce66..ee1452cf9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -60,7 +60,7 @@ jobs: GENERATOR: 'Visual Studio 17 2022' RELEASE: false os: windows-latest - - QT_VERSION: '6.5.1' + - QT_VERSION: '6.5.2' ARCH: 'amd64' HOST_ARCH: 'amd64' COMPILER: 'msvc2019_64'