Skip to content

Commit a4d7f0d

Browse files
committed
enabling macos13 temporarily
1 parent f5215c9 commit a4d7f0d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/configure-macos/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ runs:
6767
--with-mhash \
6868
--with-sodium \
6969
--enable-dba \
70-
--enable-werror \
7170
--with-config-file-path=/etc \
7271
--with-config-file-scan-dir=/etc/php.d \
7372
${{ inputs.configurationParameters }}

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Verify generated files are up to date
9999
uses: ./.github/actions/verify-generated-files
100100
MACOS_DEBUG_NTS:
101-
runs-on: macos-12
101+
runs-on: macos-13
102102
steps:
103103
- name: git checkout
104104
uses: actions/checkout@v4

0 commit comments

Comments
 (0)