Skip to content

Commit

Permalink
try to fix github actions once more
Browse files Browse the repository at this point in the history
  • Loading branch information
kno10 committed Sep 10, 2024
1 parent ccb60aa commit 2929118
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
linux-x86-wheels:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
container:
Expand All @@ -28,7 +28,7 @@ jobs:
if-no-files-found: error

linux-aarch-wheels:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
container:
Expand Down Expand Up @@ -60,11 +60,12 @@ jobs:
with:
toolchain: stable
default: true
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Build wheels
run: |
rustup target add x86_64-apple-darwin
rustup target add aarch64-apple-darwin
python3 -m pip install -r requirements.txt -r requirements-dev.txt
maturin build --release --strip --target universal2-apple-darwin
Expand All @@ -87,7 +88,7 @@ jobs:
with:
toolchain: stable
default: true
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Build wheels
Expand Down

0 comments on commit 2929118

Please sign in to comment.