From 74f21b280accececb19f34e2b6efecf5f6a44479 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Wed, 26 Mar 2025 12:31:01 +0530 Subject: [PATCH 1/4] remove ubuntu-20.04 --- .github/workflows/e2e-tests.yml | 1 - .github/workflows/test-graalpy.yml | 4 ++-- .github/workflows/test-pypy.yml | 8 ++++---- .github/workflows/test-python.yml | 9 +-------- 4 files changed, 7 insertions(+), 15 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 2dc11124..fa478ac6 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -19,7 +19,6 @@ jobs: matrix: operating-system: [ - ubuntu-20.04, windows-latest, ubuntu-22.04, ubuntu-22.04-arm, diff --git a/.github/workflows/test-graalpy.yml b/.github/workflows/test-graalpy.yml index 7dfee4e3..5156b2de 100644 --- a/.github/workflows/test-graalpy.yml +++ b/.github/workflows/test-graalpy.yml @@ -21,7 +21,7 @@ jobs: os: [ macos-latest, - ubuntu-20.04, + ubuntu-22.04, ubuntu-22.04-arm, ubuntu-24.04-arm, @@ -77,7 +77,7 @@ jobs: os: [ macos-latest, - ubuntu-20.04, + ubuntu-22.04, ubuntu-22.04-arm, ubuntu-24.04-arm, diff --git a/.github/workflows/test-pypy.yml b/.github/workflows/test-pypy.yml index 94a06c8a..c554d55a 100644 --- a/.github/workflows/test-pypy.yml +++ b/.github/workflows/test-pypy.yml @@ -24,7 +24,7 @@ jobs: [ macos-latest, windows-latest, - ubuntu-20.04, + ubuntu-22.04, ubuntu-22.04-arm, ubuntu-24.04-arm, @@ -142,7 +142,7 @@ jobs: [ macos-latest, windows-latest, - ubuntu-20.04, + ubuntu-22.04, ubuntu-22.04-arm, ubuntu-24.04-arm, @@ -177,7 +177,7 @@ jobs: [ macos-latest, windows-latest, - ubuntu-20.04, + ubuntu-22.04, ubuntu-22.04-arm, ubuntu-24.04-arm, @@ -220,7 +220,7 @@ jobs: [ macos-latest, windows-latest, - ubuntu-20.04, + ubuntu-22.04, ubuntu-22.04-arm, ubuntu-24.04-arm, diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 7f2d9637..e3e4be90 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -24,7 +24,6 @@ jobs: [ macos-latest, windows-latest, - ubuntu-20.04, ubuntu-22.04, ubuntu-22.04-arm, macos-13, @@ -69,7 +68,6 @@ jobs: [ macos-latest, windows-latest, - ubuntu-20.04, ubuntu-22.04, ubuntu-22.04-arm, macos-13, @@ -117,7 +115,6 @@ jobs: [ macos-latest, windows-latest, - ubuntu-20.04, ubuntu-22.04, ubuntu-22.04-arm, macos-13, @@ -163,7 +160,6 @@ jobs: [ macos-latest, windows-latest, - ubuntu-20.04, ubuntu-22.04, ubuntu-22.04-arm, macos-13, @@ -214,7 +210,6 @@ jobs: [ macos-latest, windows-latest, - ubuntu-20.04, ubuntu-22.04, ubuntu-22.04-arm, macos-13, @@ -265,7 +260,6 @@ jobs: [ macos-latest, windows-latest, - ubuntu-20.04, ubuntu-22.04, ubuntu-22.04-arm, macos-13, @@ -300,7 +294,6 @@ jobs: [ macos-latest, windows-latest, - ubuntu-20.04, ubuntu-22.04, ubuntu-22.04-arm, macos-13, @@ -419,7 +412,7 @@ jobs: [ macos-latest, windows-latest, - ubuntu-20.04, + ubuntu-22.04, ubuntu-22.04-arm, macos-13, From 81e158404e1ffeb0d953d21b569f3aedffcc3f40 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Wed, 26 Mar 2025 12:49:06 +0530 Subject: [PATCH 2/4] check failure fix --- .github/workflows/e2e-cache.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/e2e-cache.yml b/.github/workflows/e2e-cache.yml index 5f4ef03a..4675b869 100644 --- a/.github/workflows/e2e-cache.yml +++ b/.github/workflows/e2e-cache.yml @@ -78,6 +78,8 @@ jobs: python-version: pypy-3.11-v7.x - os: ubuntu-22.04 python-version: pypy-3.11-v7.x + - os: ubuntu-22.04-arm + python-version: pypy-3.10-v7.x - os: ubuntu-22.04-arm python-version: pypy-3.11-v7.x steps: From 132c2714dfb4220f7924b5cc9ca9d9894c2fa7f8 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Wed, 26 Mar 2025 13:17:03 +0530 Subject: [PATCH 3/4] remove spaces --- .github/workflows/test-graalpy.yml | 1 - .github/workflows/test-pypy.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/test-graalpy.yml b/.github/workflows/test-graalpy.yml index 5156b2de..14fac1b6 100644 --- a/.github/workflows/test-graalpy.yml +++ b/.github/workflows/test-graalpy.yml @@ -21,7 +21,6 @@ jobs: os: [ macos-latest, - ubuntu-22.04, ubuntu-22.04-arm, ubuntu-24.04-arm, diff --git a/.github/workflows/test-pypy.yml b/.github/workflows/test-pypy.yml index c554d55a..6f35334b 100644 --- a/.github/workflows/test-pypy.yml +++ b/.github/workflows/test-pypy.yml @@ -24,7 +24,6 @@ jobs: [ macos-latest, windows-latest, - ubuntu-22.04, ubuntu-22.04-arm, ubuntu-24.04-arm, From f8b64182532fe1b135a44987e6d95ef643eb7579 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Wed, 26 Mar 2025 13:20:57 +0530 Subject: [PATCH 4/4] npm run format-check --- .github/workflows/test-graalpy.yml | 1 - .github/workflows/test-pypy.yml | 3 --- .github/workflows/test-python.yml | 1 - 3 files changed, 5 deletions(-) diff --git a/.github/workflows/test-graalpy.yml b/.github/workflows/test-graalpy.yml index 14fac1b6..90841c3b 100644 --- a/.github/workflows/test-graalpy.yml +++ b/.github/workflows/test-graalpy.yml @@ -76,7 +76,6 @@ jobs: os: [ macos-latest, - ubuntu-22.04, ubuntu-22.04-arm, ubuntu-24.04-arm, diff --git a/.github/workflows/test-pypy.yml b/.github/workflows/test-pypy.yml index 6f35334b..54466e52 100644 --- a/.github/workflows/test-pypy.yml +++ b/.github/workflows/test-pypy.yml @@ -141,7 +141,6 @@ jobs: [ macos-latest, windows-latest, - ubuntu-22.04, ubuntu-22.04-arm, ubuntu-24.04-arm, @@ -176,7 +175,6 @@ jobs: [ macos-latest, windows-latest, - ubuntu-22.04, ubuntu-22.04-arm, ubuntu-24.04-arm, @@ -219,7 +217,6 @@ jobs: [ macos-latest, windows-latest, - ubuntu-22.04, ubuntu-22.04-arm, ubuntu-24.04-arm, diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index e3e4be90..d89646f3 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -412,7 +412,6 @@ jobs: [ macos-latest, windows-latest, - ubuntu-22.04, ubuntu-22.04-arm, macos-13,