Skip to content

Commit 80dd94a

Browse files
committed
fix: specify runners via matrix strategy
Signed-off-by: K.B.Dharun Krishna <[email protected]>
1 parent 395e94f commit 80dd94a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ on: ['push', 'pull_request']
44

55
jobs:
66
build:
7-
runs-on: ['ubuntu-latest', 'ubuntu-24.04-arm']
7+
runs-on: ${{ matrix.os }}
88

99
strategy:
1010
matrix:
11+
os: ['ubuntu-latest', 'ubuntu-24.04-arm']
1112
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.9', 'pypy3.10']
1213

1314
steps:

0 commit comments

Comments
 (0)