File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -776,7 +776,7 @@ jobs:
776
776
timeout-minutes : 90
777
777
778
778
steps :
779
- - uses : actions/checkout@v1 # v1 is required to run inside docker
779
+ - uses : actions/checkout@v5 # v1 is required to run inside docker
780
780
781
781
- name : Install requirements
782
782
run : |
Original file line number Diff line number Diff line change 22
22
submodules : true
23
23
fetch-depth : 0
24
24
25
- - uses : pypa/cibuildwheel@v3.1
25
+ - uses : pypa/cibuildwheel@v3.2
26
26
env :
27
27
PYODIDE_BUILD_EXPORTS : whole_archive
28
28
with :
45
45
# We have to uninstall first because GH is now using a local tap to build cmake<4, iOS needs cmake>=4
46
46
- run : brew uninstall cmake && brew install cmake
47
47
48
- - uses : pypa/cibuildwheel@v3.1
48
+ - uses : pypa/cibuildwheel@v3.2
49
49
env :
50
50
CIBW_PLATFORM : ios
51
51
CIBW_SKIP : cp314-* # https://github.com/pypa/cibuildwheel/issues/2494
80
80
81
81
- run : pipx install patchelf
82
82
83
- - uses : pypa/cibuildwheel@v3.1
83
+ - uses : pypa/cibuildwheel@v3.2
84
84
env :
85
85
CIBW_PLATFORM : android
86
86
with :
You can’t perform that action at this time.
0 commit comments