remove ubuntu 20.04 from tests.

This commit is contained in:
Daniel Carbone
2025-03-29 22:45:14 -05:00
parent 26514abd65
commit 8f16b8ad5b

View File

@@ -24,7 +24,6 @@ jobs:
matrix: matrix:
image: image:
- "ubuntu-latest" - "ubuntu-latest"
- "ubuntu-20.04"
- "ubuntu-22.04" - "ubuntu-22.04"
- "ubuntu-24.04" - "ubuntu-24.04"
- "macos-latest" - "macos-latest"
@@ -54,19 +53,6 @@ jobs:
version: '1.5' version: '1.5'
force: false force: false
- image: "ubuntu-20.04"
version: '1.6'
force: true
- image: "ubuntu-20.04"
version: '1.6'
force: false
- image: "ubuntu-20.04"
version: '1.5'
force: true
- image: "ubuntu-20.04"
version: '1.5'
force: false
- image: "ubuntu-22.04" - image: "ubuntu-22.04"
version: '1.6' version: '1.6'
force: true force: true
@@ -270,7 +256,6 @@ jobs:
image: image:
- "ubuntu-24.04" - "ubuntu-24.04"
- "ubuntu-22.04" - "ubuntu-22.04"
- "ubuntu-20.04"
force: force:
- 'true' - 'true'
- 'false' - 'false'