Skip to content

Commit 2929118

Browse files
committed
try to fix github actions once more
1 parent ccb60aa commit 2929118

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
linux-x86-wheels:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
strategy:
1313
matrix:
1414
container:
@@ -28,7 +28,7 @@ jobs:
2828
if-no-files-found: error
2929

3030
linux-aarch-wheels:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-24.04
3232
strategy:
3333
matrix:
3434
container:
@@ -60,11 +60,12 @@ jobs:
6060
with:
6161
toolchain: stable
6262
default: true
63-
- uses: actions/setup-python@v4
63+
- uses: actions/setup-python@v5
6464
with:
6565
python-version: ${{ matrix.python-version }}
6666
- name: Build wheels
6767
run: |
68+
rustup target add x86_64-apple-darwin
6869
rustup target add aarch64-apple-darwin
6970
python3 -m pip install -r requirements.txt -r requirements-dev.txt
7071
maturin build --release --strip --target universal2-apple-darwin
@@ -87,7 +88,7 @@ jobs:
8788
with:
8889
toolchain: stable
8990
default: true
90-
- uses: actions/setup-python@v4
91+
- uses: actions/setup-python@v5
9192
with:
9293
python-version: ${{ matrix.python-version }}
9394
- name: Build wheels

0 commit comments

Comments
 (0)