Skip to content

Commit a773765

Browse files
committed
mantic is out of support
1 parent 5557be6 commit a773765

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/ppa-upload.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
fail-fast: true
1515
matrix:
1616
release:
17-
- "23.10"
1817
- "24.04"
1918
- "devel"
2019

.github/workflows/spread.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
"lxd:alpine-edge:spread/build/alpine:amd64"
4242
"lxd:ubuntu-24.04:spread/build/sbuild:debian_sid"
4343
"lxd:ubuntu-24.04:spread/build/sbuild:ubuntu"
44-
"lxd:ubuntu-24.04:spread/build/sbuild:ubuntu_mantic"
4544
"lxd:ubuntu-24.04:spread/build/sbuild:ubuntu_arm64"
4645
"lxd:ubuntu-24.04:spread/build/sbuild:ubuntu_armhf"
4746
"lxd:ubuntu-24.04:spread/build/ubuntu:clang"
@@ -56,7 +55,7 @@ jobs:
5655
echo ${TASKS:-} | jq -cs '{ "spread-task": . }' | awk '{ print "matrix=" $0 }' >> $GITHUB_OUTPUT
5756
5857
BuildAndTest:
59-
needs: GetMatrix
58+
needs: GetMatrix`
6059

6160
strategy:
6261
fail-fast: false

spread.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ environment:
2222
DISTRO/debian_sid: debian
2323
RELEASE: noble
2424
RELEASE/ubuntu: noble
25-
RELEASE/ubuntu_mantic: mantic
2625
RELEASE/ubuntu_devel: oracular
2726
RELEASE/debian_sid: sid
2827
PROPOSED: false

0 commit comments

Comments
 (0)