Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: Split macOS 10.10+ and 10.13+ package language standard selection | Brad King | 2023-06-15 | 1 | -2/+0 |
| | | | | Prepare to use a different language standard level for each package. | ||||
* | ci: Drop unnecessary -stdlib flag from macOS package | Brad King | 2023-06-15 | 1 | -1/+0 |
| | | | | AppleClang uses `libc++` by default. | ||||
* | Tests: Modernize name of option to control existence of BootstrapTest | Brad King | 2023-05-18 | 1 | -1/+1 |
| | |||||
* | ci: build separate macOS packages for macOS 10.13+ and macOS 10.10+ | Brad King | 2021-01-07 | 1 | -0/+26 |
In order to support modern macOS features like Dark Mode, we need to use Qt 5.15, which requires macOS 10.13. However, we still want to support macOS 10.10 as well, for which we need to use Qt 5.9. Build separate macOS packages for these use cases. Fixes: #21606 Issue: #20825 |