File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -360,10 +360,11 @@ jobs:
360
360
matrix :
361
361
debug : [true, false]
362
362
zts : [true, false]
363
- os : ['13 ', '14 ']
363
+ os : ['14 ', '15 ']
364
364
exclude :
365
365
- os : ${{ !inputs.run_macos_arm64 && '14' || '*never*' }}
366
- name : " MACOS_${{ matrix.os == '13' && 'X64' || 'ARM64' }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
366
+ - os : ${{ !inputs.run_macos_arm64 && '15' || '*never*' }}
367
+ name : " MACOS_ARM64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
367
368
runs-on : macos-${{ matrix.os }}
368
369
steps :
369
370
- name : git checkout
@@ -387,7 +388,7 @@ jobs:
387
388
- name : Test
388
389
uses : ./.github/actions/test-macos
389
390
- name : Test Tracing JIT
390
- if : matrix.os != '14' || !matrix.zts
391
+ if : !matrix.zts
391
392
uses : ./.github/actions/test-macos
392
393
with :
393
394
jitType : tracing
@@ -401,7 +402,7 @@ jobs:
401
402
-d zend_extension=opcache.so
402
403
-d opcache.enable_cli=1
403
404
- name : Test Function JIT
404
- if : matrix.os != '14' || !matrix.zts
405
+ if : !matrix.zts
405
406
uses : ./.github/actions/test-macos
406
407
with :
407
408
jitType : function
You can’t perform that action at this time.
0 commit comments