diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index 95935cf..a79eb84 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -17,7 +17,7 @@ permissions: jobs: phpcs: name: PHPCS - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: