[skip ci] Backport 0e7ef95 and 4f0d4c0

This commit is contained in:
Ilija Tovilo 2024-04-21 16:05:26 +02:00
parent ca5fe4030c
commit 469ad32581
No known key found for this signature in database
GPG key ID: A4F5D403F118200A

View file

@ -41,6 +41,7 @@ env:
CXX: ccache g++
jobs:
LINUX_X64:
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
strategy:
fail-fast: false
matrix:
@ -94,6 +95,7 @@ jobs:
- name: Verify generated files are up to date
uses: ./.github/actions/verify-generated-files
MACOS_DEBUG_NTS:
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
runs-on: macos-12
steps:
- name: git checkout
@ -126,6 +128,7 @@ jobs:
- name: Verify generated files are up to date
uses: ./.github/actions/verify-generated-files
WINDOWS:
if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
name: WINDOWS_X64_ZTS
runs-on: windows-2019
env: