From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Fri, 29 Sep 2023 14:16:22 +0000 (-0600) Subject: bump qt build from 6.5.2 to 6.5.3 (#1185) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4b3f5b6789510a10a5eeee489ebe86a8ffaeafe0;p=gpsbabel.git bump qt build from 6.5.2 to 6.5.3 (#1185) --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 353a38760..31ad8eced 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.2' + - QT_VERSION: '6.5.3' XCODE_VERSION: '14.2' GENERATOR: 'Ninja' RELEASE: false diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0a086dc5a..4a5a69411 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.2' + - QT_VERSION: '6.5.3' ARCH: 'amd64' HOST_ARCH: 'amd64' COMPILER: 'msvc2019_64'