We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef79168 commit ff11e0eCopy full SHA for ff11e0e
1 file changed
.github/workflows/build_wheel.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ${{ matrix.os }}
30
strategy:
31
matrix:
32
- os: [ ubuntu-20.04, windows-2022, macos-12 ]
+ os: [ ubuntu-24.04, windows-2022, macos-12 ]
33
34
steps:
35
- uses: actions/checkout@v3
@@ -49,7 +49,7 @@ jobs:
49
run:
50
python setup.py sdist --formats=zip --dist-dir ./wheelhouse
51
52
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
53
with:
54
path: |
55
./wheelhouse/*.whl
0 commit comments