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

Minor linux CI configuration tweaks

This commit is contained in:
Martin Tůma 2021-12-05 21:30:08 +01:00
parent f5523b68a9
commit 428fb934c4

View File

@ -8,7 +8,7 @@ on:
jobs:
build:
name: GPXSee
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
@ -21,4 +21,4 @@ jobs:
- name: Configure build
run: qmake gpxsee.pro
- name: Build project
run: make -j3
run: make -j2