Skip to content

Commit

Permalink
CI: Replace Ubuntu 23.10 with Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed May 10, 2024
1 parent 04ee6fd commit c03b682
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ opensuse_tumbleweed_task:
<< : *CI_TEMPLATE
<< : *UNIX_ENV

ubuntu23_task:
ubuntu24_task:
container:
# Ubuntu 23.10 EOL: July 2024
dockerfile: ci/ubuntu-23.10/Dockerfile
# Ubuntu 24.04 EOL: Jun 2029
dockerfile: ci/ubuntu-24.04/Dockerfile
<< : *RESOURCES_TEMPLATE
<< : *CI_TEMPLATE
<< : *UNIX_ENV
Expand Down
4 changes: 2 additions & 2 deletions ci/ubuntu-23.10/Dockerfile → ci/ubuntu-24.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ubuntu:23.10
FROM ubuntu:24.04

ENV DEBIAN_FRONTEND="noninteractive" TZ="America/Los_Angeles"

# A version field to invalidate Cirrus's build cache when needed, as suggested in
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
ENV DOCKERFILE_VERSION 20231213
ENV DOCKERFILE_VERSION 20240510

RUN apt-get update && apt-get -y install \
cmake \
Expand Down

0 comments on commit c03b682

Please sign in to comment.