From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Wed, 5 Jun 2024 22:41:10 +0000 (-0600) Subject: update macos release to Qt 6.5.3 (#1284) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2^2~97 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=44ceb477b0459cf9df2a19269636f2ee45d94e3b;p=gpsbabel.git update macos release to Qt 6.5.3 (#1284) --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 23b05ca83..25cfb7d89 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -23,21 +23,21 @@ jobs: GENERATOR: 'Ninja' RELEASE: false os: macos-12 - - QT_VERSION: '6.2.4' - XCODE_VERSION: '14.3.1' - GENERATOR: 'Xcode' - RELEASE: false - os: macos-13 - QT_VERSION: '6.2.4' XCODE_VERSION: '14.3.1' GENERATOR: 'Ninja' - RELEASE: true + RELEASE: false os: macos-13 - QT_VERSION: '6.5.3' - XCODE_VERSION: '15.3' - GENERATOR: 'Ninja' + XCODE_VERSION: '15.4' + GENERATOR: 'Xcode' RELEASE: false os: macos-14 + - QT_VERSION: '6.5.3' + XCODE_VERSION: '15.4' + GENERATOR: 'Ninja' + RELEASE: true + os: macos-14 steps: - name: Checkout repository