Skip to content

Commit

Permalink
Drop Ubuntu 23.10 and add 24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed Jul 28, 2024
1 parent 2e1b17d commit e4daff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,8 +753,8 @@ def buildForLaunchpad(args: argparse.Namespace) -> None:

distLoop = [
("22.04", "jammy", True),
("23.10", "mantic", False),
("24.04", "noble", False),
("24.10", "oracular", False),
]

print("Building Ubuntu packages for:")
Expand Down

0 comments on commit e4daff8

Please sign in to comment.