From 6d5360e487f82c4f5d386c4a67386c4d386af906 Mon Sep 17 00:00:00 2001 From: rzadp Date: Wed, 12 Jun 2024 11:42:15 +0200 Subject: [PATCH] img --- .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 c4d54c3..88e5612 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - container: ["ubuntu:24.04", "debian:12:5"] + container: ["ubuntu:24.04", "debian:12.5"] container: ${{ matrix.container }} steps: - uses: actions/checkout@v3