From e8faa6254edfc156b822b7aa66da52934b530e73 Mon Sep 17 00:00:00 2001 From: ilia-shipitsin <125650415+ilia-shipitsin@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:24:12 +0200 Subject: [PATCH] [macos] temporarily shift MacOS 11 image generation schedule (#7335) --- .github/workflows/macos11.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos11.yml b/.github/workflows/macos11.yml index daf1f3e70..b35480251 100644 --- a/.github/workflows/macos11.yml +++ b/.github/workflows/macos11.yml @@ -13,7 +13,7 @@ on: paths: - 'images/macos/**' schedule: - - cron: '0 0 * * *' + - cron: '45 0 * * *' jobs: macOS_11: