File tree Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Expand file tree Collapse file tree 1 file changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -14,42 +14,51 @@ jobs:
14
14
fail-fast : false
15
15
matrix :
16
16
include :
17
- # UBUNTU 24 .04 - CASTXML EPIC 0
17
+ # UBUNTU 22 .04 - CASTXML EPIC 0
18
18
- os : ubuntu-22.04
19
19
compiler : gcc
20
20
version : " 11"
21
+ python-version : " 3.13"
22
+ castxml : " castxml"
23
+ castxml-epic : 0
24
+ cppstd : " -std=c++98"
25
+
26
+ # UBUNTU 24.04 - CASTXML EPIC 0
27
+ - os : ubuntu-24.04
28
+ compiler : gcc
29
+ version : " 13"
21
30
python-version : " 3.9"
22
31
castxml : " castxml"
23
32
castxml-epic : 0
24
33
cppstd : " -std=c++98"
25
34
26
- - os : ubuntu-22 .04
35
+ - os : ubuntu-24 .04
27
36
compiler : gcc
28
- version : " 11 "
37
+ version : " 13 "
29
38
python-version : " 3.10"
30
39
castxml : " castxml"
31
40
castxml-epic : 0
32
41
cppstd : " -std=c++98"
33
42
34
- - os : ubuntu-22 .04
43
+ - os : ubuntu-24 .04
35
44
compiler : gcc
36
- version : " 11 "
45
+ version : " 13 "
37
46
python-version : " 3.11"
38
47
castxml : " castxml"
39
48
castxml-epic : 0
40
49
cppstd : " -std=c++98"
41
50
42
- - os : ubuntu-22 .04
51
+ - os : ubuntu-24 .04
43
52
compiler : gcc
44
- version : " 11 "
53
+ version : " 13 "
45
54
python-version : " 3.12"
46
55
castxml : " castxml"
47
56
castxml-epic : 0
48
57
cppstd : " -std=c++98"
49
58
50
- - os : ubuntu-22 .04
59
+ - os : ubuntu-24 .04
51
60
compiler : gcc
52
- version : " 11 "
61
+ version : " 13 "
53
62
python-version : " 3.13"
54
63
castxml : " castxml"
55
64
castxml-epic : 0
@@ -100,7 +109,7 @@ jobs:
100
109
run : pycodestyle . --exclude=docs
101
110
102
111
- name : Setup castxml for Linux
103
- if : matrix.os == 'ubuntu-22.04' && matrix.castxml == 'castxml'
112
+ if : contains( matrix.os, 'ubuntu') && matrix.castxml == 'castxml'
104
113
run : |
105
114
wget -q -O - https://data.kitware.com/api/v1/file/hashsum/sha512/bdbb67a10c5f8d1b738cd19cb074f409d4803e8077cb8c1072ef4eaf738fa871a73643f9c8282d58cae28d188df842c82ad6620b6d590b0396a0172a27438dce/download | tar zxf - -C ~/
106
115
- name : Setup castxml for Mac
You can’t perform that action at this time.
0 commit comments