Skip to content

Commit

Permalink
Upgrade PHP mac runner to avoid slow PHP installs
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 682453854
  • Loading branch information
mkruskal-google authored and zhangskz committed Oct 23, 2024
1 parent 6a97596 commit 470ba31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 470ba31

Please sign in to comment.