Skip to content

Commit 4fc3727

Browse files
committed
Prepare for necessary move to macOS 13
GH will remove macOS 12 runner images as of December 3rd, so we prepare for that.
1 parent 2c40762 commit 4fc3727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
uses: ./.github/actions/verify-generated-files
9898
MACOS_DEBUG_NTS:
9999
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
100-
runs-on: macos-12
100+
runs-on: macos-13
101101
steps:
102102
- name: git checkout
103103
uses: actions/checkout@v4

0 commit comments

Comments
 (0)