File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 20
20
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/icu4c/lib/pkgconfig"
21
21
./buildconf --force
22
22
./configure \
23
+ CFLAGS="-Wno-strict-prototypes -Wno-unused-but-set-variable -Wno-single-bit-bitfield-constant-conversion" \
23
24
--enable-option-checking=fatal \
24
25
--prefix=/usr/local \
25
26
--enable-fpm \
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ jobs:
214
214
debug : [true, false]
215
215
zts : [true, false]
216
216
name : " ${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
217
- runs-on : macos-12
217
+ runs-on : macos-13
218
218
steps :
219
219
- name : git checkout
220
220
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159
159
-d opcache.enable_cli=1
160
160
MACOS_DEBUG_NTS :
161
161
if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
162
- runs-on : macos-12
162
+ runs-on : macos-13
163
163
steps :
164
164
- name : git checkout
165
165
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments