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
4
.github/workflows/pyenv_tests.yml
vendored
4
.github/workflows/pyenv_tests.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user