CI: Ubuntu 24.10 is eol, add Ubuntu 25.04

This commit is contained in:
Johanna Amann 2025-08-19 09:12:51 +01:00
parent f6a369ec2b
commit 721ff91ac0
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM ubuntu:24.10
FROM ubuntu:25.04
ENV DEBIAN_FRONTEND="noninteractive" TZ="America/Los_Angeles"