Skip to content

Commit fd90a6a

Browse files
authored
fix: is it now fixed?
1 parent 5162854 commit fd90a6a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version: [ 3.12 ]
17-
target: [ x64, arm64 ]
17+
target: [ x86_64, aarch64 ]
1818

1919
steps:
2020
- uses: actions/checkout@v4
2121

2222
- uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
25-
architecture: ${{ matrix.target }}
2625

2726
- name: Fix openssl regression
2827
run: cargo update openssl-src --precise 300.3.1+3.3.1
@@ -69,7 +68,6 @@ jobs:
6968
- uses: actions/setup-python@v5
7069
with:
7170
python-version: ${{ matrix.python-version }}
72-
architecture: ${{ matrix.target }}
7371

7472
- name: Build wheels
7573
uses: PyO3/maturin-action@v1
@@ -90,15 +88,14 @@ jobs:
9088
strategy:
9189
matrix:
9290
python-version: [ 3.12 ]
93-
target: [ x64, arm64 ]
91+
target: [ x86_64, aarch64 ]
9492

9593
steps:
9694
- uses: actions/checkout@v4
9795

9896
- uses: actions/setup-python@v5
9997
with:
10098
python-version: ${{ matrix.python-version }}
101-
architecture: ${{ matrix.target }}
10299

103100
- name: Build wheels
104101
uses: PyO3/maturin-action@v1

0 commit comments

Comments
 (0)