Skip to content

Commit 0ba29c2

Browse files
authored
Fix a runner for Mac workflow upload artifacts (#29427)
### Tickets: - *164115*
1 parent d737fa2 commit 0ba29c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mac.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ jobs:
424424
defaults:
425425
run:
426426
shell: bash
427-
runs-on: aks-linux-small
427+
runs-on: aks-linux-medium
428428
container:
429429
image: 'openvinogithubactions.azurecr.io/library/python:3.12-slim'
430430
volumes:

0 commit comments

Comments
 (0)