mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
CI: Ubuntu 24.10 is eol, add Ubuntu 25.04
This commit is contained in:
parent
f6a369ec2b
commit
721ff91ac0
2 changed files with 4 additions and 4 deletions
|
@ -296,10 +296,10 @@ weekly_current_clang_task:
|
|||
env:
|
||||
ZEEK_CI_COMPILER: clang
|
||||
|
||||
ubuntu24_10_task:
|
||||
ubuntu25_04_task:
|
||||
container:
|
||||
# Ubuntu 24.10 EOL: 2025-07-30
|
||||
dockerfile: ci/ubuntu-24.10/Dockerfile
|
||||
# Ubuntu 25.04 EOL: 2026-01-31
|
||||
dockerfile: ci/ubuntu-25.04/Dockerfile
|
||||
<< : *RESOURCES_TEMPLATE
|
||||
<< : *CI_TEMPLATE
|
||||
<< : *SKIP_TASK_ON_PR
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:24.10
|
||||
FROM ubuntu:25.04
|
||||
|
||||
ENV DEBIAN_FRONTEND="noninteractive" TZ="America/Los_Angeles"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue