From 990de6682109dd0229a42b9588dbe2bf7725fb8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Fri, 22 Aug 2025 15:36:45 +0200 Subject: [PATCH] Use small images instead of tiny ones when needed --- .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 3c9a2d6..e26d41c 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: test: name: Build & test on Rust ${{ matrix.rust }} - runs-on: codeberg-tiny + runs-on: codeberg-small strategy: matrix: rust: @@ -41,7 +41,7 @@ jobs: run: source "$HOME/.cargo/env" && cargo +stable fmt --all -- --check clippy: name: Clippy - runs-on: codeberg-tiny + runs-on: codeberg-small steps: - uses: https://code.forgejo.org/actions/checkout@v4 - name: Download rustup install script