We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2831bb0 commit b757097Copy full SHA for b757097
.github/workflows/nightly.yml
@@ -417,7 +417,8 @@ jobs:
417
-d zend_extension=opcache.so
418
-d opcache.enable_cli=1
419
- name: Test TLS resolution
420
- if: matrix.debug && matrix.zts
+ # JIT+ZTS not supported yet on ARM64
421
+ if: matrix.os != '14' && matrix.debug && matrix.zts
422
uses: ./.github/actions/test-tls-macos
423
- name: Verify generated files are up to date
424
uses: ./.github/actions/verify-generated-files
0 commit comments