diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index e0181437..e726da56 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -100,7 +100,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, windows-11-arm] + os: [windows-11-arm] architecture: [x86, arm64] python-version: ['3.11', '3.12', '3.13.1', '3.14.0-beta.2'] freethreaded: ['false']