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

Switch to macos-latest as macos-10.15 was cancelled

This commit is contained in:
Martin Tůma 2022-08-04 00:13:10 +02:00
parent a40ed633ae
commit 1b83f88b27

View File

@ -8,7 +8,7 @@ on:
jobs:
qt5:
name: GPXSee Qt5 build
runs-on: macos-10.15
runs-on: macos-latest
steps:
- name: Set environment variables
run: echo "PATH=/usr/local/opt/qt@5/bin:$PATH" >> $GITHUB_ENV