From b34641885614cc165b97838b7023aac213cb372c Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Wed, 13 Aug 2025 20:38:14 +0200 Subject: [PATCH] ci: Run zeekctl and builtin tasks with Debian 13, too --- .cirrus.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 838f267c02..818291afa3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -796,8 +796,8 @@ zeekctl_debian12_task: $CIRRUS_BRANCH =~ 'release/.*' ) ) container: - # Debian 12 (bookworm) EOL: TBD - dockerfile: ci/debian-12/Dockerfile + # Debian 13 (trixie) EOL: TBD + dockerfile: ci/debian-13/Dockerfile << : *RESOURCES_TEMPLATE sync_submodules_script: git submodule update --recursive --init always: @@ -820,8 +820,8 @@ include_plugins_debian12_task: cpu: *CPUS memory: *MEMORY container: - # Debian 12 (bookworm) EOL: TBD - dockerfile: ci/debian-12/Dockerfile + # Debian 13 (trixie) EOL: TBD + dockerfile: ci/debian-13/Dockerfile << : *RESOURCES_TEMPLATE sync_submodules_script: git submodule update --recursive --init fetch_external_plugins_script: