Skip to content

Commit

Permalink
Update Action to target ubuntu 18.04 (#9868)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickelectric committed Sep 16, 2021
1 parent 8e24884 commit c5ac320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04

steps:
- name: Checkout repo
Expand All @@ -29,7 +29,7 @@ jobs:
target: desktop
dir: ${{ runner.temp }}
modules: qtcharts
setup-python: false
setup-python: true

- name: Install QGC source dependencies
run: sudo apt-get install -y libsdl2-dev
Expand Down

0 comments on commit c5ac320

Please sign in to comment.