From ec255fd551de89ce385018accb8a239de4e02273 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 19 Jan 2025 16:21:28 +0100 Subject: [PATCH] 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 --- .github/workflows/pyenv_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pyenv_tests.yml b/.github/workflows/pyenv_tests.yml index 8cead600..300cc585 100644 --- a/.github/workflows/pyenv_tests.yml +++ b/.github/workflows/pyenv_tests.yml @@ -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 \ No newline at end of file + bats/bin/bats test/{pyenv,hooks,versions}.bats