Skip to content

Commit 0ddd40a

Browse files
committed
tests: move to ubuntu 22.04
Add/keep one test on ubuntu 20.04 as this is still supported
1 parent d24d971 commit 0ddd40a

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

.github/workflows/tests.yml

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
include:
17+
# UBUNTU 20.04 - CASTXML EPIC 0
1718
- os: ubuntu-20.04
1819
compiler: gcc
1920
version: "9"
@@ -22,54 +23,65 @@ jobs:
2223
castxml-epic: 0
2324
cppstd: "-std=c++98"
2425

25-
- os: ubuntu-20.04
26+
# UBUNTU 24.04 - CASTXML EPIC 0
27+
- os: ubuntu-22.04
2628
compiler: gcc
27-
version: "9"
29+
version: "11"
30+
python-version: "3.9"
31+
castxml: "castxml"
32+
castxml-epic: 0
33+
cppstd: "-std=c++98"
34+
35+
- os: ubuntu-22.04
36+
compiler: gcc
37+
version: "11"
2838
python-version: "3.10"
2939
castxml: "castxml"
3040
castxml-epic: 0
3141
cppstd: "-std=c++98"
3242

33-
- os: ubuntu-20.04
43+
- os: ubuntu-22.04
3444
compiler: gcc
35-
version: "9"
45+
version: "11"
3646
python-version: "3.11"
3747
castxml: "castxml"
3848
castxml-epic: 0
3949
cppstd: "-std=c++98"
4050

41-
- os: ubuntu-20.04
51+
- os: ubuntu-22.04
4252
compiler: gcc
43-
version: "9"
53+
version: "11"
4454
python-version: "3.12"
4555
castxml: "castxml"
4656
castxml-epic: 0
4757
cppstd: "-std=c++98"
4858

49-
- os: ubuntu-20.04
59+
- os: ubuntu-22.04
5060
compiler: gcc
51-
version: "9"
61+
version: "11"
5262
python-version: "3.13"
5363
castxml: "castxml"
5464
castxml-epic: 0
5565
cppstd: "-std=c++98"
5666

57-
- os: ubuntu-20.04
67+
# UBUNTU 24.04 - CASTXML EPIC 1
68+
- os: ubuntu-22.04
5869
compiler: gcc
59-
version: "9"
70+
version: "11"
6071
python-version: "3.13"
6172
castxml: "castxml"
6273
castxml-epic: 1
6374
cppstd: "-std=c++98"
6475

65-
- os: ubuntu-20.04
76+
- os: ubuntu-22.04
6677
compiler: gcc
67-
version: "9"
78+
version: "11"
6879
python-version: "3.13"
6980
castxml: "castxml"
7081
castxml-epic: 1
7182
cppstd: "-std=c++11"
7283

84+
# MACOS
7385
- os: macos-13
7486
compiler: xcode
7587
version: "default"

0 commit comments

Comments
 (0)