Skip to content

Commit

Permalink
Update ci.macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beef9999 committed Sep 8, 2023
1 parent 93575d6 commit a596238
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a596238

Please sign in to comment.