From abf6af1968e4c041788851dd39da6efd20ba917f Mon Sep 17 00:00:00 2001 From: ctkcoding Date: Mon, 3 Feb 2025 08:25:20 -0800 Subject: [PATCH] update macos runners --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 43af6b2..a0986b9 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -4,7 +4,7 @@ jobs: build: strategy: matrix: - operating-system: [ubuntu-latest, macos-11] + operating-system: [ubuntu-latest, macos-15] php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2'] runs-on: ${{ matrix.operating-system }} steps: