File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99jobs :
1010 linux-x86-wheels :
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-24.04
1212 strategy :
1313 matrix :
1414 container :
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
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
You can’t perform that action at this time.
0 commit comments