From 3c47a119b1b5ce6748026247b73c860b54512927 Mon Sep 17 00:00:00 2001 From: mk-mxp <55182845+mk-mxp@users.noreply.github.com> Date: Sun, 31 Mar 2024 17:11:46 +0200 Subject: [PATCH] Drop MacOS from CI (#672) --- .github/workflows/exercise-tests-phpunit-9.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/exercise-tests-phpunit-9.yml b/.github/workflows/exercise-tests-phpunit-9.yml index 65587cdd..7f82d489 100644 --- a/.github/workflows/exercise-tests-phpunit-9.yml +++ b/.github/workflows/exercise-tests-phpunit-9.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: php-version: [8.0, 8.1, 8.2] - os: [ubuntu-22.04, windows-2022, macOS-12] + os: [ubuntu-22.04, windows-2022] steps: - name: Set git line endings