Skip to content

Commit

Permalink
[publish][AppImage] oops... back to U22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Jan 28, 2025
1 parent a171ccf commit f1c03bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# AppImage x86_64/Qt5
appimage-amd64-qt5:
name: "x86_64 (qt5)"
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
if: "contains(github.event.head_commit.message, '[publish]') || contains(github.ref, 'heads/stellarium-next') || contains(github.ref, 'heads/stellarium-stable')"

steps:
Expand All @@ -25,7 +25,7 @@ jobs:
sudo apt remove php7.* -y
sudo apt remove php8.* -y
sudo apt update
sudo apt install libfuse3-3 libglx-dev
sudo apt install libfuse2 libglx-dev
# using force-overwrite due to
# https://github.com/actions/virtual-environments/issues/2703
#sudo ACCEPT_EULA=Y apt upgrade -o Dpkg::Options::="--force-overwrite" --yes
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
# AppImage x86_64/Qt6
appimage-amd64-qt6:
name: "x86_64 (qt6)"
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
if: "contains(github.event.head_commit.message, '[publish]') || contains(github.ref, 'heads/stellarium-next') || contains(github.ref, 'heads/stellarium-stable')"

steps:
Expand All @@ -69,7 +69,7 @@ jobs:
# Update installed packages
sudo apt remove php8.* -y
sudo apt update
sudo apt install libfuse3-3 libglx-dev
sudo apt install libfuse2 libglx-dev
# using force-overwrite due to
# https://github.com/actions/virtual-environments/issues/2703
#sudo ACCEPT_EULA=Y apt upgrade -o Dpkg::Options::="--force-overwrite" --yes
Expand Down
8 changes: 4 additions & 4 deletions util/appimage/stellarium-appimage-qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ AppDir:
apt:
arch: amd64
sources:
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ noble main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xB8DC7E53946656EFBCE4C1DD71DAEAAB4AD4CAB6'
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ noble-updates main restricted universe multiverse'
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ noble-backports main restricted universe multiverse'
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x871920D1991BC93C'
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse'
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse'

include:
- libqt5core5a
Expand Down
8 changes: 4 additions & 4 deletions util/appimage/stellarium-appimage-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ AppDir:
apt:
arch: amd64
sources:
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ noble main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0xB8DC7E53946656EFBCE4C1DD71DAEAAB4AD4CAB6'
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ noble-updates main restricted universe multiverse'
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ noble-backports main restricted universe multiverse'
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x871920D1991BC93C'
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ jammy-updates main restricted universe multiverse'
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse'

include:
- libqt6core6
Expand Down

0 comments on commit f1c03bf

Please sign in to comment.