Skip to content

Commit 6c551bb

Browse files
Update CI to remove old openvino versions (#105)
* remove old ov versions from CI * add comments in CI * fixed syntax * Retrieve TAR file, not APT package --------- Co-authored-by: Andrew Brown <[email protected]>
1 parent 6db2686 commit 6c551bb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,18 @@ jobs:
2121
# found ("dyld: Library not loaded; '@rpath/libopenvino.2310.dylib'"). See
2222
# https://github.com/abrown/openvino-rs/actions/runs/6423141936/job/17441022932#step:7:154
2323
os: [ubuntu-20.04, ubuntu-22.04, windows-latest]
24-
version: [2022.3.0, 2023.1.0, 2023.2.0, 2024.0.0]
24+
version: [2023.2.0, 2024.0.0, 2024.1.0]
2525
apt: [false]
2626
# We also spot-check that things work when installing from APT by adding to the matrix: see
2727
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations
28+
# APT install and check oldest supported version 2023.2.0
2829
include:
2930
- os: ubuntu-22.04
30-
version: 2024.0.0
31+
version: 2022.3.0
32+
apt: false
33+
# APT install and check latest supported version 2024.1.0
34+
- os: ubuntu-22.04
35+
version: 2024.1.0
3136
apt: true
3237
env:
3338
RUST_LOG: debug

0 commit comments

Comments
 (0)