File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
platforms : arm64
22
22
23
23
- name : Build wheel
24
- uses : ./.github/actions/manylinux_2_24_aarch64
24
+ uses : ./.github/actions/manylinux2014_aarch64
25
25
with :
26
26
script : ./.github/build_scripts/build_package.sh
27
- platform : manylinux_2_24_aarch64
27
+ platform : manylinux2014_aarch64
28
28
makefile : aarch64-linux-gnu.mk
29
29
python : /opt/python/cp38-cp38/bin/python
30
30
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
uses : ./.github/actions/prepare_snap7
17
17
18
18
- name : Build wheel
19
- uses : ./.github/actions/manylinux_2_24_x86_64
19
+ uses : ./.github/actions/manylinux2014_x86_64
20
20
with :
21
21
script : ./.github/build_scripts/build_package.sh
22
- platform : manylinux_2_24_x86_64
22
+ platform : manylinux2014_x86_64
23
23
makefile : x86_64_linux.mk
24
24
python : /opt/python/cp38-cp38/bin/python
25
25
wheeldir : wheelhouse/${{ runner.os }}/
You can’t perform that action at this time.
0 commit comments