File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ${{ matrix.os }}
2222 strategy :
2323 matrix :
24- os : [ubuntu-22 .04]
24+ os : [ubuntu-24 .04]
2525 archs : ["x86_64"]
2626 build : ["manylinux"]
2727
Original file line number Diff line number Diff line change 2020 name : Lint
2121 permissions :
2222 contents : read
23- runs-on : ubuntu-22 .04
23+ runs-on : ubuntu-24 .04
2424 steps :
2525 - uses : actions/checkout@v6
2626 with :
@@ -148,7 +148,7 @@ jobs:
148148 needs : [lint]
149149 permissions :
150150 contents : read
151- runs-on : ubuntu-22 .04
151+ runs-on : ubuntu-24 .04
152152 env :
153153 CIBUILDWHEEL : 1 # make C extension mandatory
154154 steps :
@@ -217,7 +217,7 @@ jobs:
217217 upload_test_pypi :
218218 name : Upload to Test PyPI
219219 needs : [check_dist]
220- runs-on : ubuntu-22 .04
220+ runs-on : ubuntu-24 .04
221221 if : github.event_name == 'push' && github.repository == 'mayeut/pybase64'
222222 environment :
223223 name : test-pypi
@@ -240,7 +240,7 @@ jobs:
240240 upload_pypi :
241241 name : Upload to PyPI
242242 needs : [upload_test_pypi]
243- runs-on : ubuntu-22 .04
243+ runs-on : ubuntu-24 .04
244244 if : github.event_name == 'push' && github.repository == 'mayeut/pybase64' && startsWith(github.ref, 'refs/tags/v')
245245 environment :
246246 name : pypi
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515 contents : read
1616
1717jobs :
18- build_sdist :
18+ coverage :
1919 name : Coverage
2020 runs-on : ubuntu-24.04
2121 steps :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
1717jobs :
1818 test :
1919 name : Test with MSYS2 ${{ matrix.sys }}
20- runs-on : windows-2022
20+ runs-on : windows-2025
2121 strategy :
2222 matrix :
2323 include :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
1717jobs :
1818 test :
1919 name : Test
20- runs-on : ubuntu-22 .04
20+ runs-on : ubuntu-24 .04
2121 steps :
2222 - uses : actions/checkout@v6
2323 with :
You can’t perform that action at this time.
0 commit comments