From 5d268fbf69c244acb40ce32d88f6309bb56d3c61 Mon Sep 17 00:00:00 2001 From: Florian Eckerstorfer Date: Wed, 14 Aug 2024 12:45:28 +0200 Subject: [PATCH] ci: Run tests on Mac OS 13 --- .github/workflows/unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 3335729..1580678 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -10,7 +10,7 @@ jobs: matrix: include: - php: "8.0" - os: macos-11 + os: macos-13 - php: "8.0" mode: high-deps os: ubuntu-20.04