Skip to content

Commit 2d7a0d6

Browse files
committed
Restore
1 parent 8f6cb26 commit 2d7a0d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Python versions (CPython):
2323
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
2424
#
25-
# Python 3.7 is tested using deadsnakes (below).
25+
# Python 3.7 is tested on Ubuntu 22.04 (below).
2626
# Python 3.6 is tested on Windows (below).
2727
- "3.8"
2828
- "3.9"
@@ -101,7 +101,7 @@ jobs:
101101
# Ubuntu: test deadsnakes Python versions which are not supported by
102102
# GHA python-versions.
103103
# https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa
104-
- os: ubuntu-24.04
104+
- os: ubuntu-22.04
105105
python: "3.7"
106106

107107
steps:

0 commit comments

Comments
 (0)