Skip to content

Commit 736b159

Browse files
authored
Use stronger runner for Notebook sync workflow (#519)
1 parent c59884c commit 736b159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/odh-notebooks-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828

2929
jobs:
3030
build:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-20.04-4core
3232
steps:
3333
- name: Clone repository and Sync
3434
run: |

0 commit comments

Comments
 (0)