Commit cc60505
Jonathan Gopel
🆕 [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`.1 parent cddc7ea commit cc60505
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
17 | 24 | | |
18 | 25 | | |
19 | 26 | | |
| |||
0 commit comments