Skip to content

Commit 8c416af

Browse files
authored
Update tests.yml
1 parent 00aef37 commit 8c416af

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
include:
1717
# UBUNTU 22.04 - CASTXML EPIC 0
1818
- os: ubuntu-22.04
19+
arch: x86_64
1920
compiler: gcc
2021
version: "11"
2122
python-version: "3.13"
@@ -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.13"
@@ -33,6 +35,7 @@ jobs:
3335

3436
# UBUNTU 24.04 - CASTXML EPIC 0
3537
- os: ubuntu-24.04
38+
arch: x86_64
3639
compiler: gcc
3740
version: "13"
3841
python-version: "3.9"
@@ -41,6 +44,7 @@ jobs:
4144
cppstd: "-std=c++98"
4245

4346
- os: ubuntu-24.04
47+
arch: x86_64
4448
compiler: gcc
4549
version: "13"
4650
python-version: "3.10"
@@ -49,6 +53,7 @@ jobs:
4953
cppstd: "-std=c++98"
5054

5155
- os: ubuntu-24.04
56+
arch: x86_64
5257
compiler: gcc
5358
version: "13"
5459
python-version: "3.11"
@@ -57,6 +62,7 @@ jobs:
5762
cppstd: "-std=c++98"
5863

5964
- os: ubuntu-24.04
65+
arch: x86_64
6066
compiler: gcc
6167
version: "13"
6268
python-version: "3.12"
@@ -65,6 +71,7 @@ jobs:
6571
cppstd: "-std=c++98"
6672

6773
- os: ubuntu-24.04
74+
arch: x86_64
6875
compiler: gcc
6976
version: "13"
7077
python-version: "3.13"
@@ -74,6 +81,7 @@ jobs:
7481

7582
# UBUNTU 24.04 - CASTXML EPIC 1
7683
- os: ubuntu-24.04
84+
arch: x86_64
7785
compiler: gcc
7886
version: "13"
7987
python-version: "3.13"
@@ -83,6 +91,7 @@ jobs:
8391

8492
- os: ubuntu-24.04
8593
compiler: gcc
94+
arch: x86_64
8695
version: "13"
8796
python-version: "3.13"
8897
castxml: "castxml"
@@ -91,6 +100,7 @@ jobs:
91100

92101
# MACOS
93102
- os: macos-13
103+
arch: x86_64
94104
compiler: xcode
95105
version: "default"
96106
python-version: "3.13"

0 commit comments

Comments
 (0)