Browse Source

Update Action to target ubuntu 18.04

QGC4.4
Ramon Roche 4 years ago committed by Patrick José Pereira
parent
commit
2851849e87
  1. 2
      .github/workflows/linux_release.yml

2
.github/workflows/linux_release.yml

@ -19,7 +19,7 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-18.04
steps: steps:
- name: Checkout repo - name: Checkout repo

Loading…
Cancel
Save