From 368660196d93c0dc218b8e74995228fd8bcad514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Thu, 2 May 2024 23:34:48 +0200 Subject: [PATCH] transfer-ci: upgrade to debian bookworm --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4582ac..d929eb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: name: "Test BitTorrent file transfers (UDP, HTTP, WebTorrent)" timeout-minutes: 20 container: - image: rust:1-bullseye + image: rust:1-bookworm options: --ulimit memlock=524288:524288 steps: - name: Checkout