Skip to content

Commit b86b519

Browse files
committed
feat: update system requirements for macOS downloads
1 parent 59dad83 commit b86b519

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

src/pages/download/mac.astro

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,16 @@ const { mac, version } = audacityReleases;
1919
<h3>About these downloads</h3>
2020
<h4 class="mt-4 md:mt-8">System requirements</h4>
2121
<p class="mt-2">
22-
Audacity is tested on macOS 14 & 15, and may also work on any OS X version
23-
released after and including OS X 10.9 Mavericks. Both Intel (x86_64) and
24-
Apple Silicon (ARM 64) versions are available, as well as a universal
25-
binary. There are no specific CPU or GPU requirements.</p>
26-
<p class="mt-2">
27-
Mac OS X 10.14 and earlier don't support the universal dmg. Use the Intel-only dmg instead.</p>
28-
<p class="mt-2">
22+
Audacity is tested on macOS 14 & 15, and may also work on any macOS release
23+
from macOS 10.11 El Capitan onward. Both Intel (x86_64) and Apple Silicon
24+
(ARM 64) versions are available, as well as a universal binary. There are no
25+
specific CPU or GPU requirements.
26+
</p>
27+
<p class="mt-2">
28+
macOS 10.14 and earlier don't support the universal dmg. Use the Intel-only
29+
dmg instead.
30+
</p>
31+
<p class="mt-2">
2932
<strong>Note:</strong> Audacity requires fast, uninterrupted access to a hard
3033
drive or SSD to operate. Network storage, consumer-grade external hard drives
3134
or USB thumbdrives may be unreliable.

0 commit comments

Comments
 (0)