File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ jobs:
14
14
strategy :
15
15
matrix :
16
16
python-version : [ 3.12 ]
17
- target : [ x64, arm64 ]
17
+ target : [ x86_64, aarch64 ]
18
18
19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
22
22
- uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
- architecture : ${{ matrix.target }}
26
25
27
26
- name : Fix openssl regression
28
27
run : cargo update openssl-src --precise 300.3.1+3.3.1
69
68
- uses : actions/setup-python@v5
70
69
with :
71
70
python-version : ${{ matrix.python-version }}
72
- architecture : ${{ matrix.target }}
73
71
74
72
- name : Build wheels
75
73
uses : PyO3/maturin-action@v1
@@ -90,15 +88,14 @@ jobs:
90
88
strategy :
91
89
matrix :
92
90
python-version : [ 3.12 ]
93
- target : [ x64, arm64 ]
91
+ target : [ x86_64, aarch64 ]
94
92
95
93
steps :
96
94
- uses : actions/checkout@v4
97
95
98
96
- uses : actions/setup-python@v5
99
97
with :
100
98
python-version : ${{ matrix.python-version }}
101
- architecture : ${{ matrix.target }}
102
99
103
100
- name : Build wheels
104
101
uses : PyO3/maturin-action@v1
You can’t perform that action at this time.
0 commit comments