From dd6a910af951a1edb9999391243cdb0775e61720 Mon Sep 17 00:00:00 2001 From: Tomas Norre Mikkelsen Date: Tue, 27 Feb 2024 08:50:19 +0100 Subject: [PATCH] CI Add b ack macos test --- .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 ebad8c33..e31a4f7b 100644 --- a/.github/workflows/exercise-tests-phpunit-9.yml +++ b/.github/workflows/exercise-tests-phpunit-9.yml @@ -17,7 +17,7 @@ jobs: matrix: php-version: [8.0, 8.1, 8.2] # os: [ubuntu-22.04, windows-2022, macOS-12] - os: [ubuntu-22.04, windows-2022] + os: [ubuntu-22.04, windows-2022, macOS-13] steps: - name: Set git line endings