From 3472ceabe5d73a556f8ee3dc55c2c5902c9cd5f0 Mon Sep 17 00:00:00 2001 From: 1xtier Date: Tue, 27 Jan 2026 12:11:42 +0400 Subject: [PATCH] add --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf82021..a822f8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,12 +38,12 @@ jobs: strategy: matrix: distro: - - debian-12 - - debian-13 - - ubuntu-22.04 - - ubuntu-24.04 +# - debian-12 +# - debian-13 +# - ubuntu-22.04 +# - ubuntu-24.04 - rockylinux-8 - - rockylinux-9 +# - rockylinux-9 steps: - name: Check out the codebase. uses: actions/checkout@v4