Skip to content

Commit 125af0f

Browse files
committed
Fix wrong version of Ubuntu runner in comment
1 parent 2b623e4 commit 125af0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
test:
10-
# `ubuntu-22.04` doesn't support Python 3.7 anymore
10+
# `ubuntu-24.04` doesn't support Python 3.7 anymore
1111
runs-on: ubuntu-22.04
1212

1313
strategy:

0 commit comments

Comments
 (0)