From 666d3d7cdd61339cd482c8c7f4725ba7fe531f9f Mon Sep 17 00:00:00 2001 From: homersimpsons Date: Thu, 24 Sep 2026 20:11:39 +0000 Subject: [PATCH] :green_heart: Upgrade macos and windows runners - Macos jobs were failing, shivammathur/setup-php now requires arm variant - Upgrade windows to latest available as well --- .github/workflows/exercise-tests-phpunit-11.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/exercise-tests-phpunit-11.yml b/.github/workflows/exercise-tests-phpunit-11.yml index ffa9d90d..091d240e 100644 --- a/.github/workflows/exercise-tests-phpunit-11.yml +++ b/.github/workflows/exercise-tests-phpunit-11.yml @@ -15,11 +15,11 @@ jobs: fail-fast: false matrix: php-version: [8.2, 8.3, 8.4] - os: [ubuntu-26.04, windows-2022, macOS-14] + os: [ubuntu-26.04, windows-2025, macos-26] steps: - name: Set git line endings - if: ${{ matrix.os == 'windows-2022' }} + if: ${{ matrix.os == 'windows-2025' }} run: | git config --system core.autocrlf false git config --system core.eol lf