From 4c0208554afd1e418d025c33a9209f57f5c30ce2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heinz-Alexander=20F=C3=BCtterer?= <35225576+afuetterer@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:56:13 +0100 Subject: [PATCH] ci: switch to smaller ubuntu-slim runner image --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 544d71fedb..aa7a6d91a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: name: Indicate completion to coveralls needs: test if: ${{ always() }} - runs-on: ubuntu-24.04 + runs-on: ubuntu-slim steps: - name: Run Coveralls finish uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7 @@ -253,7 +253,7 @@ jobs: - test-e2e - dev-setup - dependencies - runs-on: ubuntu-24.04 + runs-on: ubuntu-slim steps: - uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2 with: