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