From 09262e015b5f5d1eb5a7d9e3ba181c9ede6d402f Mon Sep 17 00:00:00 2001 From: Priyagupta108 Date: Tue, 29 Jul 2025 15:21:15 +0530 Subject: [PATCH] Test macos-14-large x64 runner --- .github/workflows/e2e-cache-freethreaded.yml | 42 ------- .github/workflows/e2e-cache.yml | 42 ------- .github/workflows/e2e-tests.yml | 1 - .github/workflows/test-graalpy.yml | 18 +-- .github/workflows/test-pypy.yml | 44 +------- .../workflows/test-python-freethreaded.yml | 106 +++--------------- .github/workflows/test-python.yml | 100 +++-------------- 7 files changed, 38 insertions(+), 315 deletions(-) diff --git a/.github/workflows/e2e-cache-freethreaded.yml b/.github/workflows/e2e-cache-freethreaded.yml index 610c37ce..e0f59c2d 100644 --- a/.github/workflows/e2e-cache-freethreaded.yml +++ b/.github/workflows/e2e-cache-freethreaded.yml @@ -23,12 +23,6 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-22.04, - ubuntu-24.04-arm, - ubuntu-22.04-arm, - windows-latest, - macos-latest, macos-14-large ] python-version: [3.13.0t, 3.13.1t, 3.13.2t] @@ -50,12 +44,6 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-24.04-arm, - ubuntu-22.04, - ubuntu-22.04-arm, - windows-latest, - macos-latest, macos-14-large ] python-version: [3.13.1t, 3.13.2t, 3.13.5t] @@ -80,12 +68,6 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-22.04, - ubuntu-24.04-arm, - ubuntu-22.04-arm, - windows-latest, - macos-latest, macos-14-large ] python-version: [3.13.0, 3.13.1, 3.13.2] @@ -112,12 +94,6 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-22.04, - ubuntu-24.04-arm, - ubuntu-22.04-arm, - windows-latest, - macos-latest, macos-14-large ] python-version: [3.13.0t, 3.13.1t, 3.13.2t] @@ -140,12 +116,6 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-22.04, - ubuntu-24.04-arm, - ubuntu-22.04-arm, - windows-latest, - macos-latest, macos-14-large ] python-version: [3.13.1t, 3.13.2t, 3.13.5t] @@ -171,12 +141,6 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-22.04, - ubuntu-24.04-arm, - ubuntu-22.04-arm, - windows-latest, - macos-latest, macos-14-large ] python-version: [3.13.0t, 3.13.1t, 3.13.2t] @@ -199,12 +163,6 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-22.04, - ubuntu-24.04-arm, - ubuntu-22.04-arm, - windows-latest, - macos-latest, macos-14-large ] python-version: [3.13.0t, 3.13.1t, 3.13.2t] diff --git a/.github/workflows/e2e-cache.yml b/.github/workflows/e2e-cache.yml index b22e68b6..755bfdc0 100644 --- a/.github/workflows/e2e-cache.yml +++ b/.github/workflows/e2e-cache.yml @@ -23,12 +23,6 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-24.04-arm, - ubuntu-22.04, - ubuntu-22.04-arm, - windows-latest, - macos-latest, macos-14-large ] python-version: @@ -63,12 +57,6 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-24.04-arm, - ubuntu-22.04, - ubuntu-22.04-arm, - windows-latest, - macos-latest, macos-14-large ] python-version: @@ -120,12 +108,6 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-24.04-arm, - ubuntu-22.04, - ubuntu-22.04-arm, - windows-latest, - macos-latest, macos-14-large ] python-version: @@ -161,12 +143,6 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-24.04-arm, - ubuntu-22.04, - ubuntu-22.04-arm, - windows-latest, - macos-latest, macos-14-large ] python-version: @@ -202,12 +178,6 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-24.04-arm, - ubuntu-22.04, - ubuntu-22.04-arm, - windows-latest, - macos-latest, macos-14-large ] python-version: @@ -258,12 +228,6 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-24.04-arm, - ubuntu-22.04, - ubuntu-22.04-arm, - windows-latest, - macos-latest, macos-14-large ] python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] @@ -286,12 +250,6 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-24.04-arm, - ubuntu-22.04, - ubuntu-22.04-arm, - windows-latest, - macos-latest, macos-14-large ] python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 05db8126..be8e26c4 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -19,7 +19,6 @@ jobs: matrix: operating-system: [ - macos-15-large, macos-14-large ] steps: diff --git a/.github/workflows/test-graalpy.yml b/.github/workflows/test-graalpy.yml index 90841c3b..604d27df 100644 --- a/.github/workflows/test-graalpy.yml +++ b/.github/workflows/test-graalpy.yml @@ -3,7 +3,7 @@ name: Validate GraalPy e2e on: push: branches: - - main + - test-macos-x64-runner paths-ignore: - '**.md' pull_request: @@ -20,12 +20,7 @@ jobs: matrix: os: [ - macos-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - ubuntu-24.04-arm, - ubuntu-latest, - macos-13 + macos-14-large ] graalpy: - 'graalpy-22.3' @@ -75,12 +70,7 @@ jobs: matrix: os: [ - macos-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - ubuntu-24.04-arm, - ubuntu-latest, - macos-13 + macos-14-large ] graalpy: ['graalpy22.3', 'graalpy23.0', 'graalpy23.1', 'graalpy24.1'] @@ -106,7 +96,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, macos-13] + os: [macos-14-large] steps: - uses: actions/checkout@v4 - name: Setup GraalPy and check latest diff --git a/.github/workflows/test-pypy.yml b/.github/workflows/test-pypy.yml index 6433b7c5..9b9a2681 100644 --- a/.github/workflows/test-pypy.yml +++ b/.github/workflows/test-pypy.yml @@ -3,7 +3,7 @@ name: Validate PyPy e2e on: push: branches: - - main + - test-macos-x64-runner paths-ignore: - '**.md' pull_request: @@ -22,13 +22,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - ubuntu-24.04-arm, - ubuntu-latest, - macos-13 + macos-14-large ] pypy: - 'pypy-2.7' @@ -85,15 +79,7 @@ jobs: fail-fast: false matrix: os: - - macos-13 - - macos-14 - - macos-15 - - windows-2022 - - windows-2025 - - ubuntu-22.04 - - ubuntu-24.04 - - ubuntu-22.04-arm - - ubuntu-24.04-arm + - macos-14-large pypy: ['pypy-2.7', 'pypy-3.10', 'pypy-3.11'] steps: @@ -138,13 +124,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - ubuntu-24.04-arm, - ubuntu-latest, - macos-13 + macos-14-large ] pypy: ['pypy2.7', 'pypy3.9', 'pypy3.10-nightly', 'pypy3.11'] @@ -172,13 +152,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - ubuntu-24.04-arm, - ubuntu-latest, - macos-13 + macos-14-large ] steps: - uses: actions/checkout@v4 @@ -214,13 +188,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - ubuntu-24.04-arm, - ubuntu-latest, - macos-13 + macos-14-large ] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test-python-freethreaded.yml b/.github/workflows/test-python-freethreaded.yml index 39e69a47..b7984674 100644 --- a/.github/workflows/test-python-freethreaded.yml +++ b/.github/workflows/test-python-freethreaded.yml @@ -3,7 +3,7 @@ name: Validate Python e2e freethread on: push: branches: - - main + - test-macos-x64-runner paths-ignore: - '**.md' pull_request: @@ -22,13 +22,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - macos-13, - ubuntu-latest, - ubuntu-24.04-arm + macos-14-large ] python: [3.13.0t, 3.13.1t, 3.13.2t] steps: @@ -59,13 +53,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - macos-13, - ubuntu-latest, - ubuntu-24.04-arm + macos-14-large ] python: [3.13.0t, 3.13.1t, 3.13.2t] steps: @@ -99,13 +87,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - macos-13, - ubuntu-latest, - ubuntu-24.04-arm + macos-14-large ] python: [3.13.0t, 3.13.1t, 3.13.2t] steps: @@ -137,13 +119,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - macos-13, - ubuntu-latest, - ubuntu-24.04-arm + macos-14-large ] python: [3.13.0, 3.13.1, 3.13.2] steps: @@ -178,13 +154,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - macos-13, - ubuntu-latest, - ubuntu-24.04-arm + macos-14-large ] python: [3.13.0, 3.13.1, 3.13.2] steps: @@ -219,13 +189,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - macos-13, - ubuntu-latest, - ubuntu-24.04-arm + macos-14-large ] python: [3.13.0t, 3.13.1t, 3.13.2t, 3.14t-dev] steps: @@ -250,13 +214,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - macos-13, - ubuntu-latest, - ubuntu-24.04-arm + macos-14-large ] steps: - name: Checkout @@ -287,13 +245,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - ubuntu-24.04-arm, - ubuntu-latest, - macos-13 + macos-14-large ] steps: - name: Checkout @@ -324,13 +276,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - ubuntu-24.04-arm, - ubuntu-latest, - macos-13 + macos-14-large ] steps: - name: Checkout @@ -362,13 +308,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - macos-13, - ubuntu-latest, - ubuntu-24.04-arm + macos-14-large ] python: [3.13.0t, 3.13.1t, 3.13.2t] steps: @@ -395,13 +335,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - ubuntu-24.04-arm, - ubuntu-latest, - macos-13 + macos-14-large ] python-version: [3.13t, 3.14t-dev] steps: @@ -422,13 +356,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - ubuntu-24.04-arm, - ubuntu-latest, - macos-13 + macos-14-large ] steps: - uses: actions/checkout@v4 @@ -451,13 +379,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - macos-13, - ubuntu-latest, - ubuntu-24.04-arm + macos-14-large ] python: [3.13.1, 3.13.2, 3.14-dev, 3.14.0-alpha.6] steps: diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index d89646f3..f48a961d 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -3,7 +3,7 @@ name: Validate Python e2e on: push: branches: - - main + - test-macos-x64-runner paths-ignore: - '**.md' pull_request: @@ -22,13 +22,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - macos-13, - ubuntu-latest, - ubuntu-24.04-arm + macos-14-large ] python: [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.2] steps: @@ -66,13 +60,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - macos-13, - ubuntu-latest, - ubuntu-24.04-arm + macos-14-large ] python: [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.2] steps: @@ -113,13 +101,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - macos-13, - ubuntu-latest, - ubuntu-24.04-arm + macos-14-large ] python: [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.2] steps: @@ -158,13 +140,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - macos-13, - ubuntu-latest, - ubuntu-24.04-arm + macos-14-large ] python: [3.9.13, 3.10.11, 3.11.9, '==3.12.3', 3.13.2] steps: @@ -208,13 +184,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - macos-13, - ubuntu-latest, - ubuntu-24.04-arm + macos-14-large ] python: [3.9.13, 3.10.11, 3.11.9, 3.12.3, 3.13.2] steps: @@ -258,13 +228,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - macos-13, - ubuntu-latest, - ubuntu-24.04-arm + macos-14-large ] python: [pypy3.11-7.3.18, graalpy-24.1.2, 3.13.2, 3.14-dev] exclude: @@ -292,13 +256,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - macos-13, - ubuntu-latest, - ubuntu-24.04-arm + macos-14-large ] steps: - name: Checkout @@ -335,13 +293,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - ubuntu-24.04-arm, - ubuntu-latest, - macos-13 + macos-14-large ] steps: - name: Checkout @@ -372,13 +324,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - ubuntu-24.04-arm, - ubuntu-latest, - macos-13 + macos-14-large ] steps: - name: Checkout @@ -410,13 +356,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - macos-13, - ubuntu-latest, - ubuntu-24.04-arm + macos-14-large ] python: ['3.9', '3.10', '3.11', '3.12', '3.13'] steps: @@ -443,13 +383,7 @@ jobs: matrix: os: [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - ubuntu-24.04-arm, - ubuntu-latest, - macos-13 + macos-14-large ] python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] steps: @@ -475,14 +409,8 @@ jobs: fail-fast: false matrix: os: - [ - macos-latest, - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - ubuntu-24.04-arm, - ubuntu-latest, - macos-13 + [ + macos-14-large ] steps: - uses: actions/checkout@v4