Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🆕 [CI] Use ubuntu-16.04 to test g++-4.8
Problem: - The `g++-4.8` test is to ensure compatibility as far back as possible, but it is be possible to be compatible back to a previous OS and that isn't configured. Solution: - Set the OS per compiler being tested. All compilers stay on `ubuntu-18.04` except for `g++-4.8`, which uses the oldest available OS - `ubuntu-16.04`.
- Loading branch information