Skip to content

Commit df2ada1

Browse files
authored
docs: Correct name for macOS (#39947)
1 parent ca6ab31 commit df2ada1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/src/intro-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ See our doc on [Running and Debugging Tests](./running-tests.md) to learn more a
285285

286286
- Playwright is distributed as a .NET Standard 2.0 library. We recommend .NET 8.
287287
- Windows 11+, Windows Server 2019+ or Windows Subsystem for Linux (WSL).
288-
- macOS 14 Ventura, or later.
288+
- macOS 14 Sonoma, or later.
289289
- Debian 12, Debian 13, Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture.
290290

291291
## What's next

docs/src/intro-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ By default browsers launched with Playwright run headless, meaning no browser UI
130130

131131
- Java 8 or higher.
132132
- Windows 11+, Windows Server 2019+ or Windows Subsystem for Linux (WSL).
133-
- macOS 14 Ventura, or later.
133+
- macOS 14 Sonoma, or later.
134134
- Debian 12, Debian 13, Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture.
135135

136136
## What's next

docs/src/intro-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ pnpm exec playwright --version
304304

305305
- Node.js: latest 20.x, 22.x or 24.x.
306306
- Windows 11+, Windows Server 2019+ or Windows Subsystem for Linux (WSL).
307-
- macOS 14 (Ventura) or later.
307+
- macOS 14 (Sonoma) or later.
308308
- Debian 12 / 13, Ubuntu 22.04 / 24.04 (x86-64 or arm64).
309309

310310
## What's next

docs/src/intro-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pip install pytest-playwright playwright -U
101101

102102
- Python 3.8 or higher.
103103
- Windows 11+, Windows Server 2019+ or Windows Subsystem for Linux (WSL).
104-
- macOS 14 Ventura, or later.
104+
- macOS 14 Sonoma, or later.
105105
- Debian 12, Debian 13, Ubuntu 22.04, Ubuntu 24.04, on x86-64 and arm64 architecture.
106106

107107
## What's next

0 commit comments

Comments
 (0)