Run some pyenv_tests on an ARM processor

Try speeding up some GitHub Action tests by running them on an ARM processor. https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
This commit is contained in:
Christian Clauss 2025-01-19 16:21:28 +01:00 committed by GitHub
parent 734d6323d8
commit ec255fd551
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,8 +10,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: os:
- ubuntu-24.04 - ubuntu-24.04-arm
- ubuntu-22.04 - ubuntu-22.04-arm
- ubuntu-20.04 - ubuntu-20.04
- macos-14 - macos-14
- macos-13 - macos-13
@ -47,4 +47,4 @@ jobs:
PYENV_NATIVE_EXT: 1 PYENV_NATIVE_EXT: 1
run: | run: |
(cd src; ./configure; make) (cd src; ./configure; make)
bats/bin/bats test/{pyenv,hooks,versions}.bats bats/bin/bats test/{pyenv,hooks,versions}.bats