Skip to content

Commit 77ac85a

Browse files
authored
[CI] Switch sync-main workflow to ubuntu-20.04 image
Trying to test the idea that runners with ubuntu-latest image are allocated with delay.
1 parent fab0252 commit 77ac85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: '0 */1 * * *'
66
jobs:
77
sync:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-20.04
99
if: github.repository == 'intel/llvm'
1010
steps:
1111
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)