From a5962385c54fb468ef7bbdd3fdb60259175569d8 Mon Sep 17 00:00:00 2001 From: Bob Chen Date: Fri, 8 Sep 2023 12:27:33 +0800 Subject: [PATCH] Update ci.macos.yml --- .github/workflows/ci.macos.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.macos.yml b/.github/workflows/ci.macos.yml index 018f3657..c854300a 100644 --- a/.github/workflows/ci.macos.yml +++ b/.github/workflows/ci.macos.yml @@ -11,8 +11,14 @@ jobs: runs-on: macos-12 steps: + - uses: szenius/set-timezone@v1.2 + with: + timezoneLinux: "Asia/Shanghai" + timezoneMacos: "Asia/Shanghai" + timezoneWindows: "China Standard Time" + - uses: actions/checkout@v3 - + - name: Install Dependencies shell: bash run: |