Skip to content

Commit

Permalink
Set runner timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed Aug 24, 2024
1 parent af5f949 commit f77c137
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: szenius/[email protected]
if: runner.os == 'macos'
with:
timezoneMacos: "Europe/Denmark"

#
#
# timezoneWindows: "Singapore Standard Time"
#
#
# timezoneLinux: "Asia/Singapore"
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit f77c137

Please sign in to comment.