Skip to content
Snippets Groups Projects
Commit e5560888 authored by morgan's avatar morgan :smile_cat:
Browse files

Bug 41197: Modify nightly's update-responses to prevent upgrades on...

Bug 41197: Modify nightly's update-responses to prevent upgrades on unsupported Windows and macOS versions
parent 45c352b1
Branches
Tags
1 merge request!1007Bug 41197: Modify nightly's update-responses to prevent upgrades on...
......@@ -18,14 +18,17 @@ versions:
nightly_version:
platformVersion: 115.1.0
detailsURL: https://nightlies.tbb.torproject.org/
# minSupportedOsVersion on macOS corresponds to the Darwin version ( https://en.wikipedia.org/wiki/Darwin_(operating_system) )
macos:
minSupportedOSVersion: 16.0.0
# macOS v10.15.0
minSupportedOSVersion: 19.0.0
# minSupportedOsVersion on Windows corresponds to the operating system version ( https://docs.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version )
windows-i686:
minSupportedOSVersion: 6.1
minSupportedInstructionSet: SSE2
# Windows 10
minSupportedOSVersion: 10.0
windows-x86_64:
minSupportedOSVersion: 6.1
minSupportedInstructionSet: SSE2
# Windows v10
minSupportedOSVersion: 10.0
linux-i686:
minSupportedInstructionSet: SSE2
linux-x86_64:
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment