From 8528b8f3fbaeca0acaa324b5576346df1b1efec2 Mon Sep 17 00:00:00 2001 From: "Nobuyuki.Tabuchi" Date: Sun, 10 May 2026 22:57:36 +0900 Subject: [PATCH] ci: pin php-cs-fixer runner to ubuntu-24.04 Other workflows (phpstan, unittest, check-lang) already pin ubuntu-24.04. Aligning php-cs-fixer.yml prevents the runner from drifting when GitHub bumps the ubuntu-latest alias. --- .github/workflows/php-cs-fixer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index 45fc3c365..ba6b013c9 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -8,7 +8,7 @@ on: jobs: php-cs-fixer: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: