scylladb / scylla-ccm

Cassandra Cluster Manager, modified for Scylla
Apache License 2.0
20 stars 64 forks source link

CCM CI is failing to even start #448

Closed avelanarius closed 1 year ago

avelanarius commented 1 year ago

Our CCM GitHub Actions CI is using a Ubuntu 18.04 image. However, this image is deprecated and even scheduled to be removed: https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/

GitHub even purpusefully breaks the jobs running on it "to raise awareness of the upcoming removal" (not kidding - see the blogpost above). It looks like they removed it for good right now.

We should update the CI to use the newer Ubuntu image.