This commit is contained in:
Jordan Carlin 2025-01-30 20:26:23 -08:00
parent a303c694a3
commit abb8f1a8fd
No known key found for this signature in database

View File

@ -37,14 +37,14 @@ jobs:
include: include:
# Ubuntu Installations # Ubuntu Installations
- name: ubuntu-20.04 - name: ubuntu-20.04
container: ubuntu:20.04 image: ubuntu:20.04
imageFamily: debian imageFamily: debian
regressionFail: true regressionFail: true
- name: ubuntu-22.04 - name: ubuntu-22.04
container: ubuntu:22.04 image: ubuntu:22.04
imageFamily: debian imageFamily: debian
- name: ubuntu-24.04 - name: ubuntu-24.04
container: ubuntu:24.04 image: ubuntu:24.04
imageFamily: debian imageFamily: debian
# Debian Installations # Debian Installations
- name: debian-12 - name: debian-12