Skip to content

Commit

Permalink
Upgrade PHP mac runner to avoid slow PHP installs (#18970)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 682453854

Co-authored-by: Mike Kruskal <mkruskal@google.com>
  • Loading branch information
zhangskz and mkruskal-google authored Oct 23, 2024
1 parent 6a97596 commit fa8bd8d
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 fa8bd8d

Please sign in to comment.