intel / openvino-rs

Rust bindings for OpenVINO™
Apache License 2.0
82 stars 23 forks source link

ci: pin GitHub runner to Ubuntu 20.04 #57

Closed abrown closed 1 year ago

abrown commented 1 year ago

As noted in GitHub's supported runners documentation, GitHub is in the process of transitioning ubuntu-latest from ubuntu-20.04 to ubuntu-22.04 (jammy). Since OpenVINO does not yet have installation packages for Ubuntu 22.04, this change pins the GitHub runner to the older version for now.