diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-09-02 20:20:05 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-09-02 20:20:05 +0300 |
commit | 07a4d93602aea4202fcb036aab88139b635bc42f (patch) | |
tree | 996dbf2d060a4f9335c6fd9275fbd95f3ec79da8 /.github/workflows/nightly.yml | |
parent | 87c80096fff1f40d6af92252c211b58e89d099d1 (diff) | |
download | sciteco-07a4d93602aea4202fcb036aab88139b635bc42f.tar.gz |
nightly workflow: try to build on Ubuntu 22.04
Hopefully, this fixes the pkg2appimage runs.
At least it works when run manually in Ubuntu 22.04.
Diffstat (limited to '.github/workflows/nightly.yml')
-rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e96d973..042bb40 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -11,7 +11,7 @@ jobs: # Unfortunately it only works with packages from openSUSE 15.6. # Also, it's not trivial to build multiple AppImages on OBS. appimages: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: |