Skip to content

Commit

Permalink
ci: test with new v2024.6.0 version (#156)
Browse files Browse the repository at this point in the history
* ci: test with new v2024.6.0 version

* Update bindings; adds single doc comment line
  • Loading branch information
abrown authored Feb 5, 2025
1 parent 1318b87 commit 1b259b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# found ("dyld: Library not loaded; '@rpath/libopenvino.2310.dylib'"). See
# https://github.com/abrown/openvino-rs/actions/runs/6423141936/job/17441022932#step:7:154
os: [ubuntu-20.04, ubuntu-22.04, windows-latest]
version: [2024.3.0, 2024.4.0, 2024.5.0]
version: [2024.4.0, 2024.5.0, 2024.6.0]
apt: [false]
# We also spot-check that things work when installing from APT by adding to the matrix: see
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations
Expand Down
1 change: 1 addition & 0 deletions crates/openvino-sys/src/generated/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ pub enum ov_element_type_e {
UNDEFINED = 0,
#[doc = "!< Dynamic element type"]
DYNAMIC = 1,
#[doc = "!< boolean element type"]
OV_BOOLEAN = 2,
#[doc = "!< bf16 element type"]
BF16 = 3,
Expand Down

0 comments on commit 1b259b0

Please sign in to comment.