Commit 40b7e7f
authored
Update CI workflow (#1132)
* Update linux runner to ubuntu-22.04
Ubuntu 18.04 and 20.04 runner images have been deprecated and removed.
References:
https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/
https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/
* Update Python to 3.9
The pip installer (get-pip.py) requires Python 3.9 as the minimum
supported version. See:
https://raw.githubusercontent.com/pypa/get-pip/5b6af739d6c6547ab54e799349434f2fc9d95846/public/get-pip.py
* Update actions/checkout to v4
* Remove MacOS from job matrix
* Consolidate Windows runners to windows-2022
Remove windows-latest and windows-2016 entries. MSVC 14.16 toolset is no
longer available on windows runners.
See: actions/runner-images#12764
* Update ubuntu-22.04 compiler versions to oldest available
Replace gcc-6 and clang-3.9 with gcc-9 and clang-11 (oldest versions
available in ubuntu-22.04). The ubuntu-18.04 GitHub runner image has been
deprecated and removed, replaced by ubuntu-22.04.
See:
https://packages.ubuntu.com/jammy/gcc
https://packages.ubuntu.com/jammy/clang
* Remove all macOS references from CI
* Add github-actions-update branch to CI push triggers
* Add artifact upload to CI workflow
* Remove OS prefix from job titles
* Disable ubuntu-latest builds due to compiler compatibility issues
* Remove github-actions-update from branches built on push1 parent 735928e commit 40b7e7f
1 file changed
+37
-32
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
18 | 26 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
22 | 30 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 37 | | |
46 | 38 | | |
47 | | - | |
| 39 | + | |
48 | 40 | | |
49 | 41 | | |
50 | 42 | | |
51 | 43 | | |
52 | 44 | | |
53 | | - | |
| 45 | + | |
54 | 46 | | |
55 | 47 | | |
56 | 48 | | |
57 | 49 | | |
58 | 50 | | |
59 | | - | |
| 51 | + | |
60 | 52 | | |
61 | | - | |
| 53 | + | |
62 | 54 | | |
63 | 55 | | |
64 | 56 | | |
65 | 57 | | |
66 | 58 | | |
67 | | - | |
| 59 | + | |
68 | 60 | | |
69 | 61 | | |
70 | 62 | | |
| |||
113 | 105 | | |
114 | 106 | | |
115 | 107 | | |
116 | | - | |
117 | | - | |
| 108 | + | |
| 109 | + | |
118 | 110 | | |
119 | 111 | | |
120 | 112 | | |
121 | 113 | | |
122 | 114 | | |
123 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
124 | 123 | | |
125 | 124 | | |
126 | 125 | | |
| |||
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
137 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
0 commit comments