Skip to content

Commit 4212301

Browse files
Upgrade PHP mac runner to avoid slow PHP installs (#18972)
PiperOrigin-RevId: 682453854 Co-authored-by: Mike Kruskal <[email protected]>
1 parent 384bcc1 commit 4212301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
matrix:
153153
version: ['8.2']
154154
name: MacOS PHP ${{ matrix.version }}
155-
runs-on: macos-12
155+
runs-on: macos-13
156156
steps:
157157
- name: Checkout pending changes
158158
uses: protocolbuffers/protobuf-ci/checkout@v2

0 commit comments

Comments
 (0)