From e894ceeaf47ffcc2dd485d9cadbd9ba2ba6858b9 Mon Sep 17 00:00:00 2001 From: kitten Date: Tue, 12 May 2026 22:24:38 +0200 Subject: [PATCH] ci: use debian --- .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 eb5d75b..a960607 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest] + os: [debian-trixie] node: [22] steps: