Use native arm64 Python
This commit is contained in:
parent
fd1952d205
commit
ecd1d51f4d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -23,7 +23,6 @@ jobs:
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
architecture: 'x64'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user