Skip to content

Commit 9c27c64

Browse files
committed
chore(ci): disable ts on macos
1 parent f72da9c commit 9c27c64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ jobs:
9090
# ext-php-rs requires nightly Rust when on Windows.
9191
- os: windows-latest
9292
rust: stable
93-
# setup-php doesn't support thread safe PHP on Linux and macOS.
93+
# setup-php doesn't support thread safe PHP on macOS with embed
94+
- os: macos-latest
95+
phpts: ts
9496
- os: macos-latest
9597
clang: "17"
9698
- os: ubuntu-latest

0 commit comments

Comments
 (0)