Skip to content

Commit

Permalink
ci: use official c10s container image
Browse files Browse the repository at this point in the history
Now that CentOS Stream 10 is officially released, switch to it from the
old development version of it.
  • Loading branch information
ptoscano committed Jan 9, 2025
1 parent c0c62d1 commit b3c867f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libdnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tito.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b3c867f

Please sign in to comment.