From e56073aa8c82469391989462815b98d1471d8208 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Mon, 29 Jul 2024 23:27:49 -0400 Subject: [PATCH] ci: only build debian images --- .forgejo/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 748b97d..3b70c23 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -17,10 +17,10 @@ jobs: init: true build-images: needs: [pre-run] - runs-on: runner-latest + runs-on: ubuntu-latest strategy: matrix: - image-name: ['ubuntu-2204', 'debian-12.6-slim'] + image-name: ['debian-12.6-slim'] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5