From 46acef605fb23ac8f6de595e7b61fc818e1ebcdb Mon Sep 17 00:00:00 2001 From: Stephen Belanger Date: Thu, 26 Jun 2025 22:04:46 +0800 Subject: [PATCH] chore: enable zts Linux and macOS builds in CI --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1ba9c28f8..ffb2a7bba5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,11 +94,6 @@ jobs: # ext-php-rs requires nightly Rust when on Windows. - os: windows-latest rust: stable - # setup-php doesn't support thread safe PHP on Linux and macOS. - - os: macos-latest - phpts: ts - - os: ubuntu-latest - phpts: ts - os: macos-latest clang: "17" - os: ubuntu-latest