Skip to content

Commit bd49dcd

Browse files
committed
ci: update runners
1 parent 07d63c4 commit bd49dcd

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/build-upload.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
contents: read
1616

1717
jobs:
18-
build_sdist:
18+
coverage:
1919
name: Coverage
2020
runs-on: ubuntu-24.04
2121
steps:

.github/workflows/msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
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:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
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:

0 commit comments

Comments
 (0)