Skip to content

Commit 839dca6

Browse files
committed
changed macOS requirements on download
1 parent 602b356 commit 839dca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/buttons/DownloadButton/DownloadButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export const DownloadButton = ({ platformType, owner, repo, version }: DownloadP
230230
)}
231231
{(platform === PlatformType.MACOSINTEL || platform === PlatformType.MACOSARM) && (
232232
<>
233-
<p>Requires version 10.5 or later</p>
233+
<p>Requires macOS version 14 or later</p>
234234
</>
235235
)}
236236
</div>

0 commit comments

Comments
 (0)