From 770e0030dd230aa70aadfb74e82bf6ac48dc8e63 Mon Sep 17 00:00:00 2001 From: Maksim Levental Date: Tue, 20 Aug 2024 15:27:48 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b6b4a897..93a77966e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,13 @@ jobs: env: CACHE_DIR: ${{ github.workspace }}/.container-cache steps: + - name: Set unified TZ + uses: szenius/set-timezone@v2.0 + with: + timezoneLinux: "Asia/Singapore" + timezoneMacos: "Asia/Singapore" + timezoneWindows: "Singapore Standard Time" + - name: Configure local git mirrors if: ${{ matrix.runs-on == 'nod-ai-shared-cpubuilder-manylinux-x86_64' }} run: |