Skip to content

Commit b28a043

Browse files
daviesrobjkbonfield
authored andcommitted
Replace CentOS test build with Rocky Linux
CentOS has moved to a rolling distribution. Rocky Linux is more like the old CentOS, being a community build of the current RedHat. See https://wiki.rockylinux.org/
1 parent 4469ab1 commit b28a043

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.cirrus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ ubuntu_task:
117117
<< : *TEST
118118

119119

120-
# CentOS
121-
centos_task:
122-
name: centos-gcc
120+
# Rocky Linux
121+
rocky_task:
122+
name: rockylinux-gcc
123123
container:
124-
image: centos:latest
124+
image: rockylinux:latest
125125
cpu: 2
126126
memory: 1G
127127

0 commit comments

Comments
 (0)