Set AppImage runner to Ubuntu 20.04
Ubuntu 18.04 is no longer available in GitHub Actions.
This commit is contained in:
parent
f018d1fec0
commit
1dbd9818cf
2
.github/workflows/appimage.yml
vendored
2
.github/workflows/appimage.yml
vendored
@ -14,7 +14,7 @@ env:
|
|||||||
publish_pre_dev_labels: '[]'
|
publish_pre_dev_labels: '[]'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user