Skip to content

Commit 8202da5

Browse files
committed
tests: move to ubuntu 22.04
Drop ubuntu 20.04 as it will be unsupported on march 2025 actions/runner-images#11101
1 parent d24d971 commit 8202da5

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

.github/workflows/tests.yml

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,62 +14,65 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17-
- os: ubuntu-20.04
17+
# UBUNTU 24.04 - CASTXML EPIC 0
18+
- os: ubuntu-22.04
1819
compiler: gcc
19-
version: "9"
20+
version: "11"
2021
python-version: "3.9"
2122
castxml: "castxml"
2223
castxml-epic: 0
2324
cppstd: "-std=c++98"
2425

25-
- os: ubuntu-20.04
26+
- os: ubuntu-22.04
2627
compiler: gcc
27-
version: "9"
28+
version: "11"
2829
python-version: "3.10"
2930
castxml: "castxml"
3031
castxml-epic: 0
3132
cppstd: "-std=c++98"
3233

33-
- os: ubuntu-20.04
34+
- os: ubuntu-22.04
3435
compiler: gcc
35-
version: "9"
36+
version: "11"
3637
python-version: "3.11"
3738
castxml: "castxml"
3839
castxml-epic: 0
3940
cppstd: "-std=c++98"
4041

41-
- os: ubuntu-20.04
42+
- os: ubuntu-22.04
4243
compiler: gcc
43-
version: "9"
44+
version: "11"
4445
python-version: "3.12"
4546
castxml: "castxml"
4647
castxml-epic: 0
4748
cppstd: "-std=c++98"
4849

49-
- os: ubuntu-20.04
50+
- os: ubuntu-22.04
5051
compiler: gcc
51-
version: "9"
52+
version: "11"
5253
python-version: "3.13"
5354
castxml: "castxml"
5455
castxml-epic: 0
5556
cppstd: "-std=c++98"
5657

57-
- os: ubuntu-20.04
58+
# UBUNTU 24.04 - CASTXML EPIC 1
59+
- os: ubuntu-22.04
5860
compiler: gcc
59-
version: "9"
61+
version: "11"
6062
python-version: "3.13"
6163
castxml: "castxml"
6264
castxml-epic: 1
6365
cppstd: "-std=c++98"
6466

65-
- os: ubuntu-20.04
67+
- os: ubuntu-22.04
6668
compiler: gcc
67-
version: "9"
69+
version: "11"
6870
python-version: "3.13"
6971
castxml: "castxml"
7072
castxml-epic: 1
7173
cppstd: "-std=c++11"
7274

75+
# MACOS
7376
- os: macos-13
7477
compiler: xcode
7578
version: "default"

0 commit comments

Comments
 (0)