Skip to content

Commit 00bb832

Browse files
Only test macos ARM support
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent 4c99203 commit 00bb832

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scancode-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
strategy:
216216
fail-fast: true
217217
matrix:
218-
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm]
218+
os: [ubuntu-22.04, ubuntu-24.04]
219219
pyver: ["3.10", "3.11", "3.12", "3.13", "3.14"]
220220

221221
steps:
@@ -378,7 +378,7 @@ jobs:
378378
strategy:
379379
fail-fast: true
380380
matrix:
381-
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm]
381+
os: [ubuntu-22.04, ubuntu-24.04]
382382
pyver: ["3.10", "3.11", "3.12", "3.13", "3.14"]
383383

384384
steps:

0 commit comments

Comments
 (0)