Skip to content

Commit

Permalink
fix: remove ubuntu:23.04 (#4122)
Browse files Browse the repository at this point in the history
It is EOL. `apt-get update` no longer works.

https://wiki.ubuntu.com/Releases
kzys authored Dec 18, 2024
1 parent 339cefc commit 7608a70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
@@ -17,9 +17,11 @@ jobs:
max-parallel: 4
matrix:
image:
# Only test LTS versions.
- "ubuntu:24.04"
- "ubuntu:20.04"
- "ubuntu:22.04"
- "ubuntu:23.04"

- "debian:oldstable-slim"
- "debian:stable-slim"
- "alpine:latest"

0 comments on commit 7608a70

Please sign in to comment.