1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Drop intel macOS build from push (#17551)

This build becomes less relevant as all currently sold Apple computers
contain Apple Silicon CPUs. This build rarely fails in isolation anyway.
For the time being, we'll keep the nightly builds in all configurations.
This commit is contained in:
Ilija Tovilo
2025-01-23 19:17:24 +01:00
committed by GitHub
parent 6d4598eba8
commit 10ccb6bf0d

View File

@@ -198,8 +198,6 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- os: 13
arch: X64
- os: 14 - os: 14
arch: ARM64 arch: ARM64
name: MACOS_${{ matrix.arch }}_DEBUG_NTS name: MACOS_${{ matrix.arch }}_DEBUG_NTS