scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
16 stars 11 forks source link

ci: use of ubuntu 22.04 #191

Closed muzarski closed 1 month ago

muzarski commented 1 month ago

Runner image regression (ubuntu-latest)

With recent update of ubuntu-latest pointing to ubuntu-24.04, multiple issues started to occur during CI. As a temporary measure, to make CI green again, let's keep on using ubuntu-22.04 (previously ubuntu-latest).

Scylla-ccm

We will now fetch most recent version of scylla-ccm (master) during CI

Opened an issue to update runners to ubuntu-latest in the future: https://github.com/scylladb/cpp-rust-driver/issues/192

Pre-review checklist