Environment details
- M1 Macbook Pro
- MacOS Sonoma 14.2.1
- conan 2.1.0
- python 3.11.5
Steps to reproduce
Run conan initially. It will generate a ~/.conan2/settings.yml
with the latest version of Macos being "14.1", but the current version is actually 14.2. But it will put "os.version=14.2" into the default profile when you run "conan install". This causes conan to fail with "ERROR: Invalid setting '14.2' is not a valid 'settings.os.version' value."
Workaround is to manually add "14.2" to the OS versions listing in settings.yml
.
Logs
No response