boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
- 
e5560888
by Morgan at 2024-07-30T21:05:34+00:00
1 changed file:
Changes:
| ... | ... | @@ -18,14 +18,17 @@ versions: | 
| 18 | 18 |      nightly_version:
 | 
| 19 | 19 |          platformVersion: 115.1.0
 | 
| 20 | 20 |          detailsURL: https://nightlies.tbb.torproject.org/
 | 
| 21 | +        # minSupportedOsVersion on macOS corresponds to the Darwin version ( https://en.wikipedia.org/wiki/Darwin_(operating_system) )
 | |
| 21 | 22 |          macos:
 | 
| 22 | -            minSupportedOSVersion: 16.0.0
 | |
| 23 | +            # macOS v10.15.0
 | |
| 24 | +            minSupportedOSVersion: 19.0.0
 | |
| 25 | +        # minSupportedOsVersion on Windows corresponds to the operating system version ( https://docs.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version )
 | |
| 23 | 26 |          windows-i686:
 | 
| 24 | -            minSupportedOSVersion: 6.1
 | |
| 25 | -            minSupportedInstructionSet: SSE2
 | |
| 27 | +            # Windows 10
 | |
| 28 | +            minSupportedOSVersion: 10.0
 | |
| 26 | 29 |          windows-x86_64:
 | 
| 27 | -            minSupportedOSVersion: 6.1
 | |
| 28 | -            minSupportedInstructionSet: SSE2
 | |
| 30 | +            # Windows v10
 | |
| 31 | +            minSupportedOSVersion: 10.0
 | |
| 29 | 32 |          linux-i686:
 | 
| 30 | 33 |              minSupportedInstructionSet: SSE2
 | 
| 31 | 34 |          linux-x86_64:
 |