From 30319cf31bf740c3a9f52dc44620cd2237dadd49 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Fri, 14 Feb 2025 10:52:14 +0100 Subject: [PATCH] [ci] Use ubuntu-22.04-arm runners --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c42550431bb1..30686804780b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: # the oldest and newest supported Python versions - name: Test suite with py39-ubuntu, mypyc-compiled python: '3.9' - os: ubuntu-24.04-arm + os: ubuntu-22.04-arm toxenv: py tox_extra_args: "-n 4" test_mypyc: true @@ -44,31 +44,31 @@ jobs: tox_extra_args: "-n 4" - name: Test suite with py310-ubuntu python: '3.10' - os: ubuntu-24.04-arm + os: ubuntu-22.04-arm toxenv: py tox_extra_args: "-n 4" - name: Test suite with py311-ubuntu, mypyc-compiled python: '3.11' - os: ubuntu-24.04-arm + os: ubuntu-22.04-arm toxenv: py tox_extra_args: "-n 4" test_mypyc: true - name: Test suite with py312-ubuntu, mypyc-compiled python: '3.12' - os: ubuntu-24.04-arm + os: ubuntu-22.04-arm toxenv: py tox_extra_args: "-n 4" test_mypyc: true - name: Test suite with py313-ubuntu, mypyc-compiled python: '3.13' - os: ubuntu-24.04-arm + os: ubuntu-22.04-arm toxenv: py tox_extra_args: "-n 4" test_mypyc: true # - name: Test suite with py314-dev-ubuntu # python: '3.14-dev' - # os: ubuntu-24.04-arm + # os: ubuntu-22.04-arm # toxenv: py # tox_extra_args: "-n 4" # allow_failure: true