We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5215c9 commit a4d7f0dCopy full SHA for a4d7f0d
.github/actions/configure-macos/action.yml
@@ -67,7 +67,6 @@ runs:
67
--with-mhash \
68
--with-sodium \
69
--enable-dba \
70
- --enable-werror \
71
--with-config-file-path=/etc \
72
--with-config-file-scan-dir=/etc/php.d \
73
${{ inputs.configurationParameters }}
.github/workflows/push.yml
@@ -98,7 +98,7 @@ jobs:
98
- name: Verify generated files are up to date
99
uses: ./.github/actions/verify-generated-files
100
MACOS_DEBUG_NTS:
101
- runs-on: macos-12
+ runs-on: macos-13
102
steps:
103
- name: git checkout
104
uses: actions/checkout@v4
0 commit comments