Set AppImage runner to Ubuntu 20.04

Ubuntu 18.04 is no longer available in GitHub Actions.
This commit is contained in:
Lawrence37 2023-04-03 20:16:39 -07:00 committed by GitHub
parent f018d1fec0
commit 1dbd9818cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: