Skip to content

Commit

Permalink
GitHub Actions: Build the AppImage on Ubuntu 18.04
Browse files Browse the repository at this point in the history
Then we should get Python 3.6 instead of 3.5 support. Still rather old,
but it'll be a still supported version at least.
  • Loading branch information
bjorn committed May 5, 2021
1 parent f954d3a commit d7622dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
linux:
name: Linux (AppImage)
runs-on: ubuntu-16.04
runs-on: ubuntu-18.04
needs: version

env:
Expand Down

0 comments on commit d7622dd

Please sign in to comment.