File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 38
38
- ${{ github.workspace }}:${{ github.workspace }}
39
39
40
40
steps :
41
- - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@master
41
+ - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/1
42
42
id : openvino_download
43
43
with :
44
44
platform : ubuntu22
Original file line number Diff line number Diff line change 39
39
- ${{ github.workspace }}:${{ github.workspace }}
40
40
41
41
steps :
42
- - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@master
42
+ - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/1
43
43
id : openvino_download
44
44
with :
45
45
platform : ubuntu22
Original file line number Diff line number Diff line change 48
48
- ${{ github.workspace }}:${{ github.workspace }}
49
49
50
50
steps :
51
- - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@master
51
+ - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/1
52
52
id : openvino_download
53
53
with :
54
54
platform : ubuntu22
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ jobs:
42
42
- ${{ github.workspace }}:${{ github.workspace }}
43
43
44
44
steps :
45
- - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@master
45
+ - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/1
46
46
id : openvino_download
47
47
with :
48
48
platform : macos_12_6
49
49
commit_packages_to_provide : wheels
50
50
revision : latest_nightly
51
51
52
- - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@master
52
+ - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/1
53
53
id : openvino_latest_download
54
54
with :
55
55
platform : macos_12_6
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
17
17
18
18
env :
19
19
PYTHON_VERSION : ' 3.11'
20
- TARGET_BRANCH : ' master '
20
+ TARGET_BRANCH : ' releases/2025/1 '
21
21
PYTHONIOENCODING : " utf8"
22
22
CMAKE_CXX_COMPILER_LAUNCHER : ccache
23
23
CMAKE_C_COMPILER_LAUNCHER : ccache
44
44
continue-on-error : true
45
45
46
46
steps :
47
- - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@master
47
+ - uses : openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/1
48
48
id : openvino_download
49
49
with :
50
50
platform : windows
You can’t perform that action at this time.
0 commit comments