File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -357,10 +357,8 @@ jobs:
357
357
matrix :
358
358
debug : [true, false]
359
359
zts : [true, false]
360
- os : ['13', '14']
361
- exclude :
362
- - os : ${{ !inputs.run_macos_arm64 && '14' || '*never*' }}
363
- name : " MACOS_${{ matrix.os == '13' && 'X64' || 'ARM64' }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
360
+ os : [ '15']
361
+ name : " MACOS_ARM64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
364
362
runs-on : macos-${{ matrix.os }}
365
363
steps :
366
364
- name : git checkout
@@ -384,7 +382,6 @@ jobs:
384
382
- name : Test
385
383
uses : ./.github/actions/test-macos
386
384
- name : Test Tracing JIT
387
- if : matrix.os != '14' || !matrix.zts
388
385
uses : ./.github/actions/test-macos
389
386
with :
390
387
jitType : tracing
@@ -398,7 +395,6 @@ jobs:
398
395
-d zend_extension=opcache.so
399
396
-d opcache.enable_cli=1
400
397
- name : Test Function JIT
401
- if : matrix.os != '14' || !matrix.zts
402
398
uses : ./.github/actions/test-macos
403
399
with :
404
400
jitType : function
Original file line number Diff line number Diff line change @@ -198,8 +198,6 @@ jobs:
198
198
fail-fast : false
199
199
matrix :
200
200
include :
201
- - os : 14
202
- arch : ARM64
203
201
- os : 15
204
202
arch : ARM64
205
203
name : MACOS_${{ matrix.arch }}_DEBUG_NTS
You can’t perform that action at this time.
0 commit comments