Skip to content

Commit b722448

Browse files
authored
drop ubuntu focal from CI (#13021)
* drop ubuntu focal from CI its EOL * Update installation.rst
1 parent 772ee1c commit b722448

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ jobs:
160160
- {IMAGE: "bookworm", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
161161
- {IMAGE: "trixie", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
162162
- {IMAGE: "sid", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
163-
- {IMAGE: "ubuntu-focal", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
164163
- {IMAGE: "ubuntu-jammy", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
165164
- {IMAGE: "ubuntu-noble", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}
166165
- {IMAGE: "ubuntu-rolling", NOXSESSION: "tests", RUNNER: "ubuntu-latest"}

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ operating systems.
2828
* x86-64 CentOS Stream 9, 10
2929
* x86-64 Fedora (latest)
3030
* x86-64 macOS 13 Ventura and ARM64 macOS 14 Sonoma
31-
* x86-64 Ubuntu 20.04, 22.04, 24.04, rolling
31+
* x86-64 Ubuntu 22.04, 24.04, rolling
3232
* ARM64 Ubuntu rolling
3333
* ARMv7l Ubuntu rolling
3434
* x86-64 Debian Bullseye (11.x), Bookworm (12.x), Trixie (13.x), and

0 commit comments

Comments
 (0)