Skip to content

Commit 76532a8

Browse files
committed
fix ci
1 parent 99599e3 commit 76532a8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
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:
@@ -16,6 +16,7 @@ jobs:
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"
@@ -24,6 +25,7 @@ jobs:
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"
@@ -32,6 +34,7 @@ jobs:
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"
@@ -40,6 +43,7 @@ jobs:
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"
@@ -48,6 +52,7 @@ jobs:
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"
@@ -57,6 +62,7 @@ jobs:
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"
@@ -65,6 +71,7 @@ jobs:
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"

0 commit comments

Comments
 (0)