diff --git a/.github/workflows/libdnf.yml b/.github/workflows/libdnf.yml index 91425b0be..91bc3989a 100644 --- a/.github/workflows/libdnf.yml +++ b/.github/workflows/libdnf.yml @@ -13,7 +13,7 @@ jobs: matrix: include: - name: "CentOS Stream 10" - image: "quay.io/centos/centos:stream10-development" + image: "quay.io/centos/centos:stream10" - name: "Fedora latest" image: "registry.fedoraproject.org/fedora:latest" - name: "Fedora Rawhide" diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index a5bfd4e4c..c0d23dc85 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -17,7 +17,7 @@ jobs: matrix: include: - name: "CentOS Stream 10" - image: "quay.io/centos/centos:stream10-development" + image: "quay.io/centos/centos:stream10" pytest_args: '' - name: "Fedora latest" image: "registry.fedoraproject.org/fedora:latest" diff --git a/.github/workflows/tito.yml b/.github/workflows/tito.yml index dd5663c72..9b6e7ef53 100644 --- a/.github/workflows/tito.yml +++ b/.github/workflows/tito.yml @@ -13,7 +13,7 @@ jobs: matrix: include: - name: "CentOS Stream 10" - image: "quay.io/centos/centos:stream10-development" + image: "quay.io/centos/centos:stream10" packager: "dnf4" - name: "Fedora latest" image: "registry.fedoraproject.org/fedora:latest"