From da7d2e14ac8a0d2de062065e79c491bdf9763ba4 Mon Sep 17 00:00:00 2001 From: Jorg Adam Sowa Date: Thu, 24 Jul 2025 15:02:06 +0200 Subject: [PATCH] Add macos 15 to push GH action (GH-18514) * Replaced macos14 with macos15 in push * skip lc_ctype_inheritance test for macOS --- .github/workflows/push.yml | 2 +- ext/ctype/tests/lc_ctype_inheritance.phpt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 2f82179b90e..f712c7e4237 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -198,7 +198,7 @@ jobs: fail-fast: false matrix: include: - - os: 14 + - os: 15 arch: ARM64 name: MACOS_${{ matrix.arch }}_DEBUG_NTS runs-on: macos-${{ matrix.os }} diff --git a/ext/ctype/tests/lc_ctype_inheritance.phpt b/ext/ctype/tests/lc_ctype_inheritance.phpt index 6f37941d8f4..98a0c35cf00 100644 --- a/ext/ctype/tests/lc_ctype_inheritance.phpt +++ b/ext/ctype/tests/lc_ctype_inheritance.phpt @@ -4,6 +4,7 @@ Do not inherit LC_CTYPE from environment ctype --SKIPIF--