Skip to content

Commit

Permalink
release: remove obsolete Ubuntu Mantic release
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
  • Loading branch information
pbek committed Jul 16, 2024
1 parent 00ec879 commit 6b0709c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ubuntu-launchpad/build-for-launchpad-qt6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BRANCH=main
#BRANCH=release

# https://wiki.ubuntu.com/Releases
UBUNTU_RELEASES=( "jammy" "mantic" "noble" "oracular" )
UBUNTU_RELEASES=( "jammy" "noble" "oracular" )


DATE=$(LC_ALL=C date +'%a, %d %b %Y %T %z')
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-launchpad/build-for-launchpad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BRANCH=main
#BRANCH=release

# https://wiki.ubuntu.com/Releases
UBUNTU_RELEASES=( "bionic" "focal" "jammy" "mantic" "noble" "oracular" )
UBUNTU_RELEASES=( "bionic" "focal" "jammy" "noble" "oracular" )


DATE=$(LC_ALL=C date +'%a, %d %b %Y %T %z')
Expand Down

0 comments on commit 6b0709c

Please sign in to comment.