From 00f5975a3cfafcec4b211d3f7a8312a7ab86a6b2 Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Sat, 14 May 2022 10:59:47 +0200 Subject: [PATCH] CI: build release AppImage on ubuntu-18.04 Change to oldest available container to maximize compatibility --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83d7f78c..f9cbc482 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: # build-release-macos: # LF volunteer build-release-ubuntu1804: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - name: Set env run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV