From dd4f8525f7325838da0f5be4ae829cdf4ccee09f Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Wed, 19 Feb 2025 18:23:56 +0100 Subject: [PATCH] [CI] Add ARM runner and bump macos runner python version to 3.12 (#260) --- .github/workflows/pytest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index ff5d8223..a4c27116 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -20,7 +20,9 @@ jobs: python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] include: - os: macos-latest - python-version: "3.10" + python-version: "3.12" + - os: ubuntu-24.04-arm + python-version: "3.12" steps: - name: Checkout source