From 470ba31e6d3d954400d13bf8934a1163fa5c9b7d Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Fri, 4 Oct 2024 14:34:09 -0700 Subject: [PATCH] Upgrade PHP mac runner to avoid slow PHP installs PiperOrigin-RevId: 682453854 --- .github/workflows/test_php.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_php.yml b/.github/workflows/test_php.yml index da0df3caaafc..2a8a1bbe61df 100644 --- a/.github/workflows/test_php.yml +++ b/.github/workflows/test_php.yml @@ -186,7 +186,8 @@ jobs: - version: '8.3' name: ${{ matrix.continuous-only && inputs.continuous-prefix || '' }} MacOS PHP ${{ matrix.version }} - runs-on: macos-12 + # noop + runs-on: macos-13 steps: - name: Checkout pending changes if: ${{ !matrix.continuous-only || inputs.continuous-run }}