Skip to content

Commit ff11e0e

Browse files
authored
Update build_wheel.yml to use ubuntu-24.04 and upload-artifact v4
1 parent ef79168 commit ff11e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ${{ matrix.os }}
3030
strategy:
3131
matrix:
32-
os: [ ubuntu-20.04, windows-2022, macos-12 ]
32+
os: [ ubuntu-24.04, windows-2022, macos-12 ]
3333

3434
steps:
3535
- uses: actions/checkout@v3
@@ -49,7 +49,7 @@ jobs:
4949
run:
5050
python setup.py sdist --formats=zip --dist-dir ./wheelhouse
5151

52-
- uses: actions/upload-artifact@v3
52+
- uses: actions/upload-artifact@v4
5353
with:
5454
path: |
5555
./wheelhouse/*.whl

0 commit comments

Comments
 (0)