File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 tests :
10- name : ${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.version }}-python-${{ matrix.python-version }}-${{ matrix.castxml-epic }}
10+ name : ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix. compiler }}-${{ matrix.version }}-python-${{ matrix.python-version }}-${{ matrix.castxml-epic }}
1111 runs-on : ${{ matrix.os }}
1212
1313 strategy :
1616 include :
1717 # UBUNTU 24.04 - CASTXML EPIC 0
1818 - os : ubuntu-22.04
19+ arch : x86_64
1920 compiler : gcc
2021 version : " 11"
2122 python-version : " 3.9"
2425 cppstd : " -std=c++98"
2526
2627 - os : ubuntu-22.04
28+ arch : x86_64
2729 compiler : gcc
2830 version : " 11"
2931 python-version : " 3.10"
3234 cppstd : " -std=c++98"
3335
3436 - os : ubuntu-22.04
37+ arch : x86_64
3538 compiler : gcc
3639 version : " 11"
3740 python-version : " 3.11"
4043 cppstd : " -std=c++98"
4144
4245 - os : ubuntu-22.04
46+ arch : x86_64
4347 compiler : gcc
4448 version : " 11"
4549 python-version : " 3.12"
4852 cppstd : " -std=c++98"
4953
5054 - os : ubuntu-22.04
55+ arch : x86_64
5156 compiler : gcc
5257 version : " 11"
5358 python-version : " 3.13"
5762
5863 # UBUNTU 24.04 - CASTXML EPIC 1
5964 - os : ubuntu-22.04
65+ arch : x86_64
6066 compiler : gcc
6167 version : " 11"
6268 python-version : " 3.13"
6571 cppstd : " -std=c++98"
6672
6773 - os : ubuntu-22.04
74+ arch : x86_64
6875 compiler : gcc
6976 version : " 11"
7077 python-version : " 3.13"
You can’t perform that action at this time.
0 commit comments