ci: unpin the wasi-nn tasks from an older Ubuntu (#6089)
* ci: unpin the wasi-nn tasks from an older Ubuntu Previously, OpenVINO's lack of APT packages for Ubuntu 22.04 (`jammy`) prevented us from upgrading the GitHub runner to use `ubuntu-latest`. I updated the `install-openvino-action` to substitute in the `focal` packages in this case (this is what the OpenVINO team considers the fix) so this pin should no longer be necessary. Fixes #5408. (Run all CI actions: prtest:full) * vet: audit the openvino version bump
This commit is contained in:
@@ -692,6 +692,11 @@ notes = """
|
||||
I am the author of most of these changes.
|
||||
"""
|
||||
|
||||
[[audits.openvino]]
|
||||
who = "Andrew Brown <andrew.brown@intel.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.4.2 -> 0.5.0"
|
||||
|
||||
[[audits.openvino-finder]]
|
||||
who = "Matthew Tamayo-Rios <matthew@geekbeast.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
@@ -700,6 +705,11 @@ notes = """
|
||||
Only updates to Cargo file for versioning.
|
||||
"""
|
||||
|
||||
[[audits.openvino-finder]]
|
||||
who = "Andrew Brown <andrew.brown@intel.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.4.2 -> 0.5.0"
|
||||
|
||||
[[audits.openvino-sys]]
|
||||
who = "Matthew Tamayo-Rios <matthew@geekbeast.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
@@ -708,6 +718,11 @@ notes = """
|
||||
Only updates to tests to use new rust functions for mut pointers.
|
||||
"""
|
||||
|
||||
[[audits.openvino-sys]]
|
||||
who = "Andrew Brown <andrew.brown@intel.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "0.4.2 -> 0.5.0"
|
||||
|
||||
[[audits.peeking_take_while]]
|
||||
who = "Nick Fitzgerald <fitzgen@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
Reference in New Issue
Block a user