From 101d7c43c6512b4d45104b0a63c9ed94ba1ff3a4 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 31 Jan 2025 14:32:47 -0500 Subject: [PATCH] fix(gha): drop PyPy from the default list for the GitHub Action (#916) Signed-off-by: Henry Schreiner --- .github/workflows/action.yml | 1 + action.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 21198502..c92251ea 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -21,6 +21,7 @@ jobs: os: - ubuntu-22.04 - ubuntu-24.04 + - ubuntu-24.04-arm - windows-2019 - windows-2022 - macos-13 diff --git a/action.yml b/action.yml index b6c00b13..e26e1fac 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ inputs: python-versions: description: "comma-separated list of python versions to install" required: false - default: "3.8, 3.9, 3.10, 3.11, 3.12, 3.13, pypy-3.10" + default: "3.8, 3.9, 3.10, 3.11, 3.12, 3.13" branding: icon: package color: blue