From dcebdc5b1e89756579a42f12ac9d6be948e5c44d Mon Sep 17 00:00:00 2001 From: Lastorder <18280396+Lastorder-DC@users.noreply.github.com> Date: Thu, 5 Feb 2026 17:48:55 +0900 Subject: [PATCH] Change CI runner to ubuntu-slim --- .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 668f1e4c4..8181c5171 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: PHP Lint & Codeception on: [ push, pull_request ] jobs: build: - runs-on: ubuntu-24.04 + runs-on: ubuntu-slim strategy: fail-fast: false matrix: