Skip to content

Commit 1474a51

Browse files
committed
Enable 23.10 builds
1 parent 71a89a1 commit 1474a51

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/launchpad

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ if args.dev:
3939
"focal",
4040
"jammy",
4141
"lunar",
42+
"mantic",
4243
)
4344
else:
4445
owner = lp.people["system76"]

scripts/pop-ci/src/repo.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ impl Suite {
128128
Self("jammy", "22.04", true, SuiteDistro::All),
129129
Self("kinetic", "22.10", false, SuiteDistro::Ubuntu),
130130
Self("lunar", "23.04", false, SuiteDistro::Ubuntu),
131+
Self("mantic", "23.10", false, SuiteDistro::Ubuntu),
131132
];
132133

133134
pub fn new(id: &str) -> Option<Self> {

0 commit comments

Comments
 (0)