We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f828fa commit 2eac465Copy full SHA for 2eac465
.github/workflows/binaries.yml
@@ -13,6 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
os: [ubuntu-latest, macos-latest, windows-latest]
16
+ arch: x64
17
runs-on: ${{ matrix.os }}
18
name: Build on ${{ matrix.os }}
19
steps:
@@ -22,7 +23,6 @@ jobs:
22
23
uses: actions/setup-python@v5
24
with:
25
python-version: '3.13'
- architecture: 'x64'
26
- name: Setup virtual env
27
run: |
28
python -m venv ./venv
@@ -65,6 +65,7 @@ jobs:
65
66
67
os: [ubuntu-24.04-arm, macos-latest, windows-11-arm]
68
+ arch: arm64
69
70
71
@@ -74,7 +75,6 @@ jobs:
74
75
76
77
- architecture: 'arm64'
78
79
80
0 commit comments