diff --git a/.github/workflows/e2e-cache-freethreaded.yml b/.github/workflows/e2e-cache-freethreaded.yml index 096892cb3..e0f59c2df 100644 --- a/.github/workflows/e2e-cache-freethreaded.yml +++ b/.github/workflows/e2e-cache-freethreaded.yml @@ -6,7 +6,7 @@ on: - '**.md' push: branches: - - main + - test-macos-x64-runner - releases/* paths-ignore: - '**.md' @@ -23,13 +23,7 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-22.04, - ubuntu-24.04-arm, - ubuntu-22.04-arm, - windows-latest, - macos-latest, - macos-13 + macos-14-large ] python-version: [3.13.0t, 3.13.1t, 3.13.2t] steps: @@ -50,13 +44,7 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-24.04-arm, - ubuntu-22.04, - ubuntu-22.04-arm, - windows-latest, - macos-latest, - macos-13 + macos-14-large ] python-version: [3.13.1t, 3.13.2t, 3.13.5t] steps: @@ -80,13 +68,7 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-22.04, - ubuntu-24.04-arm, - ubuntu-22.04-arm, - windows-latest, - macos-latest, - macos-13 + macos-14-large ] python-version: [3.13.0, 3.13.1, 3.13.2] steps: @@ -112,13 +94,7 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-22.04, - ubuntu-24.04-arm, - ubuntu-22.04-arm, - windows-latest, - macos-latest, - macos-13 + macos-14-large ] python-version: [3.13.0t, 3.13.1t, 3.13.2t] steps: @@ -140,13 +116,7 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-22.04, - ubuntu-24.04-arm, - ubuntu-22.04-arm, - windows-latest, - macos-latest, - macos-13 + macos-14-large ] python-version: [3.13.1t, 3.13.2t, 3.13.5t] steps: @@ -171,13 +141,7 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-22.04, - ubuntu-24.04-arm, - ubuntu-22.04-arm, - windows-latest, - macos-latest, - macos-13 + macos-14-large ] python-version: [3.13.0t, 3.13.1t, 3.13.2t] steps: @@ -199,13 +163,7 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-22.04, - ubuntu-24.04-arm, - ubuntu-22.04-arm, - windows-latest, - macos-latest, - macos-13 + macos-14-large ] python-version: [3.13.0t, 3.13.1t, 3.13.2t] steps: diff --git a/.github/workflows/e2e-cache.yml b/.github/workflows/e2e-cache.yml index 76a8f8c51..755bfdc06 100644 --- a/.github/workflows/e2e-cache.yml +++ b/.github/workflows/e2e-cache.yml @@ -6,7 +6,7 @@ on: - '**.md' push: branches: - - main + - test-macos-x64-runner - releases/* paths-ignore: - '**.md' @@ -23,13 +23,7 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-24.04-arm, - ubuntu-22.04, - ubuntu-22.04-arm, - windows-latest, - macos-latest, - macos-13 + macos-14-large ] python-version: [ @@ -63,13 +57,7 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-24.04-arm, - ubuntu-22.04, - ubuntu-22.04-arm, - windows-latest, - macos-latest, - macos-13 + macos-14-large ] python-version: ['3.10', 'pypy-3.10-v7.x', '3.11', 'pypy-3.11-v7.x', '3.12', '3.13'] @@ -120,13 +108,7 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-24.04-arm, - ubuntu-22.04, - ubuntu-22.04-arm, - windows-latest, - macos-latest, - macos-13 + macos-14-large ] python-version: [ @@ -161,13 +143,7 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-24.04-arm, - ubuntu-22.04, - ubuntu-22.04-arm, - windows-latest, - macos-latest, - macos-13 + macos-14-large ] python-version: [ @@ -202,13 +178,7 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-24.04-arm, - ubuntu-22.04, - ubuntu-22.04-arm, - windows-latest, - macos-latest, - macos-13 + macos-14-large ] python-version: ['3.10', 'pypy-3.10-v7.x', '3.11', 'pypy-3.11-v7.x', '3.12', '3.13'] @@ -258,13 +228,7 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-24.04-arm, - ubuntu-22.04, - ubuntu-22.04-arm, - windows-latest, - macos-latest, - macos-13 + macos-14-large ] python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] steps: @@ -286,13 +250,7 @@ jobs: matrix: os: [ - ubuntu-latest, - ubuntu-24.04-arm, - ubuntu-22.04, - ubuntu-22.04-arm, - windows-latest, - macos-latest, - macos-13 + macos-14-large ] python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] steps: diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 57c7851e6..be8e26c45 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -3,7 +3,7 @@ name: e2e tests on: push: branches: - - main + - test-macos-x64-runner paths-ignore: - '**.md' pull_request: @@ -19,13 +19,7 @@ jobs: matrix: operating-system: [ - windows-latest, - ubuntu-22.04, - ubuntu-22.04-arm, - ubuntu-latest, - ubuntu-24.04-arm, - macos-latest, - macos-13 + macos-14-large ] steps: - name: Checkout diff --git a/.github/workflows/test-graalpy.yml b/.github/workflows/test-graalpy.yml index 90841c3b8..604d27df9 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 6433b7c5d..9b9a2681a 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 39e69a474..b79846749 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 d89646f30..f48a961d9 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
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: