File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 61
61
-d opcache.jit_buffer_size=16M
62
62
- name : Verify generated files are up to date
63
63
uses : ./.github/actions/verify-generated-files
64
- MACOS_DEBUG_NTS :
64
+ MACOS :
65
+ strategy :
66
+ fail-fast : false
67
+ matrix :
68
+ include :
69
+ - debug : true
70
+ zts : false
71
+ name : " MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
65
72
runs-on : macos-11
66
73
steps :
67
74
- name : git checkout
71
78
- name : ./configure
72
79
uses : ./.github/actions/configure-macos
73
80
with :
74
- configurationParameters : --enable-debug --disable-zts
81
+ configurationParameters : >-
82
+ --${{ matrix.debug && 'enable' || 'disable' }}-debug
83
+ --${{ matrix.zts && 'enable' || 'disable' }}-zts
75
84
- name : make
76
85
run : |-
77
86
export PATH="/usr/local/opt/bison/bin:$PATH"
You can’t perform that action at this time.
0 commit comments