Skip to content

Commit f4ec898

Browse files
jellybehrmann
authored andcommitted
ci: update runner image to ubuntu-24.04
The Ubuntu 20.04 image was already removed on 2025-04-15.
1 parent 1feff64 commit f4ec898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: push
55
jobs:
66
build-n-publish:
77
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99

1010
steps:
1111
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)