From e1969825cf2339c7dc2d73dd5357282ee6032a81 Mon Sep 17 00:00:00 2001 From: Toan Nguyen Date: Fri, 19 Apr 2024 13:39:46 +0700 Subject: [PATCH] Remove macos-12 tests --- .github/workflows/test-commands.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-commands.yml b/.github/workflows/test-commands.yml index 1742c83..4de74c7 100644 --- a/.github/workflows/test-commands.yml +++ b/.github/workflows/test-commands.yml @@ -11,7 +11,7 @@ jobs: # Build on Monterey and later Ventura (Not public released yet: https://github.com/actions/runner-images) strategy: matrix: - os: [macos-12, macos-14] + os: [macos-14] # php: ['8.3', '8.2', '8.1', '8.0', '7.4', '7.3', '7.2', '7.1'] php: ['8.2'] runs-on: ${{matrix.os}}