From ef48ab8b7b06cee8e59f9f4cfcb8f6ef86eddc28 Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Tue, 12 Sep 2023 11:03:00 -0400 Subject: [PATCH] Fix the AppImage build - forgot to change base ubuntu (#1339) * Fix the AppImage build - forgot to change base ubuntu Signed-off-by: Geoff Hutchison --- .github/workflows/build_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 17fda68146..0d70062dd1 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -248,7 +248,7 @@ jobs: working-directory: ${{ runner.workspace }}/build/avogadroapp - name: AppImage - if: matrix.config.os == 'ubuntu-18.04' + if: matrix.config.os == 'ubuntu-20.04' && matrix.config.build_type == 'Release' shell: bash run: | mkdir appdir