Skip to content

Commit c9465b9

Browse files
authored
chore: adjust minimum supported macos version to the one in the reference manual (#691)
1 parent 890db58 commit c9465b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-lean4/src/diagnostics/setupDiagnoser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { FileUri } from '../utils/exturi'
1414
import { ToolchainUpdateMode, leanRunner } from '../utils/leanCmdRunner'
1515
import { checkParentFoldersForLeanProject, isValidLeanProject } from '../utils/projectInfo'
1616

17-
const minimumSupportedMacOSVersion = new SemVer('23.0.0')
17+
const minimumSupportedMacOSVersion = new SemVer('19.0.0')
1818
const minimumSupportedWindowsVersion = new SemVer('10.0.18362')
1919

2020
export type OSVersionDiagnosis =

0 commit comments

Comments
 (0)