From 4ab8f3775d2ffadadf2464de94d8b017c13fbf6d 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 446eb180..604995a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: check_ark: name: ArkScript formatting check - runs-on: ubuntu-24.04 + runs-on: ubuntu-slim strategy: fail-fast: false