From aeb018f261771ceadc3a0258710b677895c019b5 Mon Sep 17 00:00:00 2001 From: Lexy Plt Date: Fri, 23 Jan 2026 12:19:50 +0100 Subject: [PATCH] feat(ci): use slim runners for formatting jobs --- .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 446eb180..21a3db29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ env: jobs: check: name: Formatting Check - runs-on: ubuntu-24.04 + runs-on: ubuntu-slim strategy: matrix: path: @@ -52,7 +52,7 @@ jobs: check_ark: name: ArkScript formatting check - runs-on: ubuntu-24.04 + runs-on: ubuntu-slim strategy: fail-fast: false