From ecd1d51f4dfd2e6af6db1f438441237423a0d50d Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 28 Aug 2025 19:04:43 +0200 Subject: [PATCH] Use native arm64 Python --- .github/workflows/build.yml | 2 -- .github/workflows/test.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d64db7b..459d1a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,8 +139,6 @@ jobs: id: python with: python-version: '3.13' - # Note that ARM64 prior to Win11 requires x86, but this will install x64 - architecture: 'x64' # Avoid it setting CMake/pkg-config variables # https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#environment-variables update-environment: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd9d203..8e59291 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - architecture: 'x64' - name: Install dependencies run: |