Use native arm64 Python

This commit is contained in:
Christoph Reiter 2025-08-28 19:04:43 +02:00
parent fd1952d205
commit ecd1d51f4d
2 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -23,7 +23,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
- name: Install dependencies
run: |