Skip to content

Commit b31526a

Browse files
committed
Revert "Bump ubuntu to 24.04"
This reverts commit ddf9186.
1 parent ad17044 commit b31526a

File tree

1 file changed

+2
-2
lines changed
  • src/ci/docker/host-x86_64/x86_64-gnu-distcheck

1 file changed

+2
-2
lines changed

src/ci/docker/host-x86_64/x86_64-gnu-distcheck/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Runs `distcheck`, which is a collection of smoke tests:
2-
#
2+
#
33
# - Run `make check` from an unpacked dist tarball to make sure we can at the
44
# minimum run check steps from those sources.
55
# - Check that selected dist components at least have expected directory shape
@@ -10,7 +10,7 @@
1010
#
1111
# FIXME(#136822): dist components are generally under-tested.
1212

13-
FROM ubuntu:24.04
13+
FROM ubuntu:22.04
1414

1515
ARG DEBIAN_FRONTEND=noninteractive
1616
RUN apt-get update && apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)