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:
parent
734d6323d8
commit
ec255fd551
6
.github/workflows/pyenv_tests.yml
vendored
6
.github/workflows/pyenv_tests.yml
vendored
@ -10,8 +10,8 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-24.04
|
||||
- ubuntu-22.04
|
||||
- ubuntu-24.04-arm
|
||||
- ubuntu-22.04-arm
|
||||
- ubuntu-20.04
|
||||
- macos-14
|
||||
- macos-13
|
||||
@ -47,4 +47,4 @@ jobs:
|
||||
PYENV_NATIVE_EXT: 1
|
||||
run: |
|
||||
(cd src; ./configure; make)
|
||||
bats/bin/bats test/{pyenv,hooks,versions}.bats
|
||||
bats/bin/bats test/{pyenv,hooks,versions}.bats
|
||||
|
Loading…
x
Reference in New Issue
Block a user