From f1ea16ded3dc3cf372f7dc68112ef9b7e2c9ca53 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 16 Apr 2025 18:05:39 +0300 Subject: CI/Nightly builds: Ubuntu 20.04 runners have been disabled * We can therefore no longer provide 20.04 nightly builds. Perhaps I will manually build binary releases for the v2.4.0 release for the last time. The PPA will still provide 20.04 of course. * The AppImages are consequently also built based on the Ubuntu 22.04 packages, which are now the oldest supported ones. --- AppImage/curses.yml | 6 +++--- AppImage/gtk.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'AppImage') diff --git a/AppImage/curses.yml b/AppImage/curses.yml index f682cf1..675b66c 100755 --- a/AppImage/curses.yml +++ b/AppImage/curses.yml @@ -5,12 +5,12 @@ ingredients: - sciteco-curses dist: focal sources: - - deb http://archive.ubuntu.com/ubuntu/ focal main universe + - deb http://archive.ubuntu.com/ubuntu/ jammy main universe # ppas: # - robin-haberkorn/sciteco script: - - wget -c "https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-common_nightly_ubuntu-20.04_all.deb" - - wget -c "https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-curses_nightly_ubuntu-20.04_amd64.deb" + - wget -c "https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-common_nightly_ubuntu-22.04_all.deb" + - wget -c "https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-curses_nightly_ubuntu-22.04_amd64.deb" post_script: - dpkg -I sciteco-curses*.deb | grep "Version:" | cut -d':' -f2 | cut -d'+' -f1 | sed 's/^[ ]*//g' >VERSION diff --git a/AppImage/gtk.yml b/AppImage/gtk.yml index a8f19ba..0ead771 100755 --- a/AppImage/gtk.yml +++ b/AppImage/gtk.yml @@ -9,12 +9,12 @@ ingredients: - libglib2.0-0 dist: focal sources: - - deb http://archive.ubuntu.com/ubuntu/ focal main universe + - deb http://archive.ubuntu.com/ubuntu/ jammy main universe # ppas: # - robin-haberkorn/sciteco script: - - wget -c "https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-common_nightly_ubuntu-20.04_all.deb" - - wget -c "https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-gtk_nightly_ubuntu-20.04_amd64.deb" + - wget -c "https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-common_nightly_ubuntu-22.04_all.deb" + - wget -c "https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-gtk_nightly_ubuntu-22.04_amd64.deb" post_script: - dpkg -I sciteco-gtk*.deb | grep "Version:" | cut -d':' -f2 | cut -d'+' -f1 | sed 's/^[ ]*//g' >VERSION -- cgit v1.2.3