fix: Remove Ubuntu 20.04 from CI (EOL April 2025)
This commit is contained in:
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
needs: lint
|
||||
strategy:
|
||||
matrix:
|
||||
ubuntu_version: ['20.04', '22.04', '24.04', '25.04']
|
||||
ubuntu_version: ['22.04', '24.04', '25.04']
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
Reference in New Issue
Block a user