Skip to content

Commit 33d9fc8

Browse files
authored
Update pytest.yml (#304)
Add ARM64 runner and bump checkout/setup-python versions
1 parent 71adbed commit 33d9fc8

File tree

2 files changed

+3
-38
lines changed

2 files changed

+3
-38
lines changed

.github/workflows/pytest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
python-version: ["3.9", "3.10", "3.11", "3.12"]
13-
platform: [ubuntu-20.04, ubuntu-22.04]
13+
platform: [ubuntu-20.04, ubuntu-22.04, ubuntu-22.04-arm]
1414

1515
runs-on: ${{ matrix.platform }}
1616

1717
steps:
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v4
1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v1
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install dependencies

.github/workflows/pytest_aarch64.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)