Describe the bug
SAM does not run on macOS 10.15 Catalina. The SAM Downloads page says the minimum version is 10.15.
Running otool -l -arch x86_64 SAM.app/Contents/Frameworks/ssc.dylib in a terminal from the /Applications/SAM_2023.12.17 folder results in the following, indicating that LHS requires macOS 10.17:

According to the Wikipedia article on macOS versions, the oldest version still receiving updates from Apple is macOS 12 Monterrey.
To Reproduce
- Start SAM on a Mac running macOS 10.15 Catalina.
Proposed Solution
Change the minimium requirement to macOS 12 Monterrey. Requires updating CMake, GitHub CI, etc.
SAM Downloads page description updated for Mac version 3/19/2024.
Describe the bug
SAM does not run on macOS 10.15 Catalina. The SAM Downloads page says the minimum version is 10.15.
Running
otool -l -arch x86_64 SAM.app/Contents/Frameworks/ssc.dylibin a terminal from the/Applications/SAM_2023.12.17folder results in the following, indicating that LHS requires macOS 10.17:According to the Wikipedia article on macOS versions, the oldest version still receiving updates from Apple is macOS 12 Monterrey.
To Reproduce
Proposed Solution
Change the minimium requirement to macOS 12 Monterrey. Requires updating CMake, GitHub CI, etc.
SAM Downloads page description updated for Mac version 3/19/2024.