From a037ac1ecbb2dc9a964b6456325c3f7fe639d15e Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Thu, 20 Jul 2023 09:35:38 -0700 Subject: [PATCH] update macos-ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f49e82a..22d4b27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ jobs: runs-on: macos-${{ matrix.version }} strategy: matrix: - version: [10.15] + version: [macos-13] steps: # Force PHP to 8.0 # Doing this because tests fail in PHP 8.1 (default on macos Github Runner as of Dec 2021)