From 94d62ab2b8a2195f110043bb6881a490fb8b9885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 18 Nov 2024 18:22:02 +0100 Subject: [PATCH] Dropped MacOS Qt5 build --- .github/workflows/osx.yml | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 9b7b7598..433ffd67 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -6,32 +6,8 @@ on: - master jobs: - qt5: - name: GPXSee Qt5 build - runs-on: macos-12 - steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Install Qt - uses: jurplel/install-qt-action@v4 - with: - version: '5.15.2' - - name: Create localization - run: lrelease gpxsee.pro - - name: Configure build - run: qmake gpxsee.pro - - name: Build project - run: make -j3 - - name: Create DMG - run: macdeployqt GPXSee.app -dmg -appstore-compliant - - name: Upload artifacts - uses: actions/upload-artifact@v4 - with: - name: GPXSee-qt5.dmg - path: GPXSee.dmg - - qt6: - name: GPXSee Qt6 build + build: + name: GPXSee runs-on: macos-latest steps: - name: Checkout @@ -39,7 +15,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: '6.7.2' + version: '6.8.0' modules: qtpositioning qtserialport qtimageformats - name: Create localization run: lrelease gpxsee.pro