Skip to content

Commit 7b957c7

Browse files
committed
Use Ubuntu 26.04 instead of 22.04 in the CI
1 parent 11954c2 commit 7b957c7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
python:
2222
# Python versions (CPython):
2323
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
24+
#
25+
# Python 3.7 is tested using deadsnakes (below).
26+
# Python 3.6 is tested on Windows (below).
2427
- "3.8"
2528
- "3.9"
2629
- "3.10"
@@ -97,7 +100,8 @@ jobs:
97100

98101
# Ubuntu: test deadsnakes Python versions which are not supported by
99102
# GHA python-versions.
100-
- os: ubuntu-22.04
103+
# https://launchpad.net/~deadsnakes/+archive/ubuntu/ppa
104+
- os: ubuntu-26.04
101105
python: "3.7"
102106

103107
steps:

0 commit comments

Comments
 (0)