Skip to content

Commit 045bf53

Browse files
authored
Merge pull request #239 from CastXML/ubuntu2204
tests: move to ubuntu 22.04
2 parents d24d971 + 1e901fb commit 045bf53

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

.github/workflows/tests.yml

+18-15
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"
@@ -92,7 +95,7 @@ jobs:
9295
- name: Run pycodestyle
9396
run: pycodestyle . --exclude=docs
9497
- name: Setup castxml for Linux
95-
if: matrix.os == 'ubuntu-20.04' && matrix.castxml == 'castxml'
98+
if: matrix.os == 'ubuntu-22.04' && matrix.castxml == 'castxml'
9699
run: |
97100
wget -q -O - https://data.kitware.com/api/v1/file/hashsum/sha512/bdbb67a10c5f8d1b738cd19cb074f409d4803e8077cb8c1072ef4eaf738fa871a73643f9c8282d58cae28d188df842c82ad6620b6d590b0396a0172a27438dce/download | tar zxf - -C ~/
98101
- name: Setup castxml for Mac

0 commit comments

Comments
 (0)