Skip to content

Commit 9f8826f

Browse files
committed
added arm runners
1 parent 20cc632 commit 9f8826f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_test_publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- '*'
99
jobs:
1010
tox:
11-
name: Run Tox python-${{ matrix.version }}
11+
name: Run Tox python-${{ matrix.version }} ${{ matrix.os }}
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
fail-fast: false
@@ -19,6 +19,7 @@ jobs:
1919
- '3.10'
2020
os:
2121
- ubuntu-20.04
22+
- ubuntu-22.04-arm
2223

2324
permissions:
2425
contents: read

0 commit comments

Comments
 (0)