Skip to content

Commit b686559

Browse files
committed
Request running on x86 versions only
1 parent ea9a1e8 commit b686559

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test_accuracy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os:
17-
- "ubuntu-24.04"
18-
- "windows-2022"
17+
- ["ubuntu-24.04", "x64"]
18+
- ["windows-2022", "x64"]
1919
python-version:
2020
- "3.10"
2121
- "3.11"

.github/workflows/test_precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os:
17-
- "ubuntu-24.04"
18-
- "windows-2022"
17+
- ["ubuntu-24.04", "x64"]
18+
- ["windows-2022", "x64"]
1919
python-version:
2020
- "3.10"
2121
- "3.11"

0 commit comments

Comments
 (0)