mirror of
https://github.com/glomatico/gamdl.git
synced 2026-08-03 13:27:13 +03:00
Use available Python for Windows ARM wheels
This commit is contained in:
@@ -50,18 +50,23 @@ jobs:
|
||||
include:
|
||||
- name: linux-x86_64
|
||||
os: ubuntu-latest
|
||||
python-version: "3.10"
|
||||
args: ""
|
||||
- name: linux-aarch64
|
||||
os: ubuntu-24.04-arm
|
||||
python-version: "3.10"
|
||||
args: ""
|
||||
- name: windows-x86_64
|
||||
os: windows-latest
|
||||
python-version: "3.10"
|
||||
args: ""
|
||||
- name: windows-arm64
|
||||
os: windows-11-arm
|
||||
python-version: "3.12"
|
||||
args: ""
|
||||
- name: macos-universal2
|
||||
os: macos-latest
|
||||
python-version: "3.10"
|
||||
args: "--target universal2-apple-darwin"
|
||||
|
||||
steps:
|
||||
@@ -69,7 +74,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.10"
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user