File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
20
20
# TODO: macos-latest cannot yet be included in the list because a dependency cannot be
21
21
# found ("dyld: Library not loaded; '@rpath/libopenvino.2310.dylib'"). See
22
22
# https://github.com/abrown/openvino-rs/actions/runs/6423141936/job/17441022932#step:7:154
23
- os : [ubuntu-20 .04, ubuntu-22 .04, windows-latest]
23
+ os : [ubuntu-22 .04, ubuntu-24 .04, windows-latest]
24
24
version : [2024.4.0, 2024.5.0, 2024.6.0]
25
25
apt : [false]
26
26
# We also spot-check that things work when installing from APT by adding to the matrix: see
27
27
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations
28
28
# APT install and check latest supported version.
29
29
include :
30
- - os : ubuntu-22 .04
30
+ - os : ubuntu-24 .04
31
31
version : 2024.4.0
32
32
apt : true
33
33
env :
@@ -104,7 +104,7 @@ jobs:
104
104
# commands.
105
105
converter :
106
106
name : Check converter tool
107
- runs-on : ubuntu-20 .04
107
+ runs-on : ubuntu-24 .04
108
108
defaults :
109
109
run :
110
110
working-directory : crates/openvino-tensor-converter
@@ -113,7 +113,7 @@ jobs:
113
113
with :
114
114
submodules : true
115
115
- name : Install OpenCV
116
- run : sudo apt update && sudo apt install libclang-dev libopencv-dev libopencv-core4.2
116
+ run : sudo apt update && sudo apt install libopencv-dev clang libclang-dev
117
117
- name : Build
118
118
run : cargo build -v
119
119
- name : test
You can’t perform that action at this time.
0 commit comments