We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4235363 commit bc093b1Copy full SHA for bc093b1
.github/workflows/autoconf-check.yml
@@ -10,7 +10,7 @@ jobs:
10
debian-family:
11
strategy:
12
matrix:
13
- version: [jammy, rolling]
+ version: [noble, rolling]
14
os: [ubuntu]
15
releaseBranch:
16
- ${{ contains(github.ref, 'gh-readonly-queue') }}
misc-tools/dj_make_chroot.in
@@ -154,7 +154,7 @@ if [ "$DISTRO" = "Debian" ] && [ -z "$RELEASE" ]; then
154
echo "Defaulting to '$RELEASE' release for Debian"
155
fi
156
if [ "$DISTRO" = "Ubuntu" ] && [ -z "$RELEASE" ]; then
157
- RELEASE="jammy"
+ RELEASE="noble"
158
echo "Defaulting to '$RELEASE' release for Ubuntu"
159
160
0 commit comments