Skip to content

Commit 5c2c9f7

Browse files
committed
ci: install patchelf
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 7bc1245 commit 5c2c9f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,15 @@ jobs:
151151
strategy:
152152
fail-fast: false
153153
matrix:
154-
runs-on: [ubuntu-latest, macos-latest]
155-
154+
runs-on: [macos-13, macos-latest]
156155
steps:
157156
- uses: actions/checkout@v4
158157
with:
159158
fetch-depth: 0
160159
submodules: true
161160

161+
- run: pipx install patchelf
162+
162163
- uses: pypa/cibuildwheel@63bdd4f043a77f1bd23b2ba9376972b6dc7b4779
163164
env:
164165
CIBW_PLATFORM: android

0 commit comments

Comments
 (0)