From c0d1854653712920b616a9f2a1dfc32475a5c1ef Mon Sep 17 00:00:00 2001 From: rzadp Date: Wed, 12 Jun 2024 12:52:09 +0200 Subject: [PATCH] no alpine --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1247d2..77d3410 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,9 @@ jobs: matrix: container: - "ubuntu:22.04" - # - "ubuntu:latest" - # - "debian:10.13" - # - "debian:latest" - # - "alpine:3.17" - # - "alpine:latest" + - "ubuntu:latest" + - "debian:10.13" + - "debian:latest" container: ${{ matrix.container }} steps: - uses: actions/checkout@v3