1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Use MacOS 12 for Qt5 builds

This commit is contained in:
Martin Tůma 2024-04-25 12:06:10 +02:00 committed by GitHub
parent 41b1ec3605
commit 3b4376cc03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ on:
jobs:
qt5:
name: GPXSee Qt5 build
runs-on: macos-latest
runs-on: macos-12
steps:
- name: Checkout
uses: actions/checkout@v4