Skip to content

Commit ce7b403

Browse files
committed
casxtml 0.6.11
1 parent 329ca9d commit ce7b403

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/tests.yml

+14-1
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,34 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
arch: [x86_64]
1716
include:
1817
# UBUNTU 22.04 - CASTXML EPIC 0
1918
- os: ubuntu-22.04
19+
arch: x86_64
2020
compiler: clang++
2121
clang-version: 13
2222
python-version: "3.13"
2323
castxml-epic: 0
2424
cppstd: "-std=c++98"
2525

2626
- os: ubuntu-22.04
27+
arch: x86_64
2728
compiler: clang++
2829
clang-version: 14
2930
python-version: "3.13"
3031
castxml-epic: 0
3132
cppstd: "-std=c++98"
3233

3334
- os: ubuntu-22.04
35+
arch: x86_64
3436
compiler: clang++
3537
clang-version: 15
3638
python-version: "3.13"
3739
castxml-epic: 0
3840
cppstd: "-std=c++98"
3941

4042
- os: ubuntu-22.04
43+
arch: x86_64
4144
compiler: clang++
4245
clang-version: 15
4346
python-version: "3.13"
@@ -46,34 +49,39 @@ jobs:
4649

4750
# UBUNTU 24.04 - CASTXML EPIC 0
4851
- os: ubuntu-24.04
52+
arch: x86_64
4953
compiler: clang++
5054
clang-version: 16
5155
python-version: "3.9"
5256
castxml-epic: 0
5357
cppstd: "-std=c++98"
5458

5559
- os: ubuntu-24.04
60+
arch: x86_64
5661
compiler: clang++
5762
clang-version: 16
5863
python-version: "3.10"
5964
castxml-epic: 0
6065
cppstd: "-std=c++98"
6166

6267
- os: ubuntu-24.04
68+
arch: x86_64
6369
compiler: clang++
6470
clang-version: 16
6571
python-version: "3.11"
6672
castxml-epic: 0
6773
cppstd: "-std=c++98"
6874

6975
- os: ubuntu-24.04
76+
arch: x86_64
7077
compiler: clang++
7178
clang-version: 16
7279
python-version: "3.12"
7380
castxml-epic: 0
7481
cppstd: "-std=c++98"
7582

7683
- os: ubuntu-24.04
84+
arch: x86_64
7785
compiler: clang++
7886
clang-version: 16
7987
python-version: "3.13"
@@ -82,20 +90,23 @@ jobs:
8290

8391
# UBUNTU 24.04 - CASTXML EPIC 0 - c++XX
8492
- os: ubuntu-24.04
93+
arch: x86_64
8594
compiler: clang++
8695
clang-version: 16
8796
python-version: "3.13"
8897
castxml-epic: 0
8998
cppstd: "-std=c++11"
9099

91100
- os: ubuntu-24.04
101+
arch: x86_64
92102
compiler: clang++
93103
clang-version: 16
94104
python-version: "3.13"
95105
castxml-epic: 0
96106
cppstd: "-std=c++14"
97107

98108
- os: ubuntu-24.04
109+
arch: x86_64
99110
compiler: clang++
100111
clang-version: 16
101112
python-version: "3.13"
@@ -104,13 +115,15 @@ jobs:
104115

105116
# UBUNTU 24.04 - CASTXML EPIC 1
106117
- os: ubuntu-24.04
118+
arch: x86_64
107119
compiler: clang++
108120
clang-version: 16
109121
python-version: "3.13"
110122
castxml-epic: 1
111123
cppstd: "-std=c++98"
112124

113125
- os: ubuntu-24.04
126+
arch: x86_64
114127
compiler: clang++
115128
clang-version: 16
116129
python-version: "3.13"

0 commit comments

Comments
 (0)