Upgrade PHP mac runner to avoid slow PHP installs

PiperOrigin-RevId: 682453854
pull/18624/head
Mike Kruskal 6 months ago committed by Copybara-Service
parent 6965653714
commit ebbb1a465f
  1. 3
      .github/workflows/test_php.yml

@ -184,7 +184,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 }}

Loading…
Cancel
Save