1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-02-17 16:20:48 +01:00

Use Qt 5.15.2 as the Qt5 version for OS X builds

This commit is contained in:
Martin Tůma 2023-04-02 15:11:37 +02:00
parent 34f935462f
commit dce078bca6

View File

@ -17,7 +17,7 @@ jobs:
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v3
with: with:
version: '5.15.8' version: '5.15.2'
modules: qtpositioning qt5compat qtserialport modules: qtpositioning qt5compat qtserialport
- name: Create localization - name: Create localization
run: lrelease gpxsee.pro run: lrelease gpxsee.pro