Skip to content

Commit 7b1cae4

Browse files
committed
ci: Change timezone from PRC to UTC
1 parent dbcc9ad commit 7b1cae4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ name: test
33
on:
44
push
55
env:
6-
TZ: "PRC"
6+
TZ: "UTC"
77
jobs:
8-
98
test:
109
strategy:
1110
matrix:
12-
vm-os: [ubuntu-latest, macos-latest]
11+
vm-os: [ubuntu-latest, macos-latest, windows-latest]
1312
runs-on: ${{ matrix.vm-os }}
1413
env:
1514
GO111MODULE: on
@@ -18,7 +17,7 @@ jobs:
1817
- name: Set up go
1918
uses: actions/setup-go@v5
2019
with:
21-
go-version: '>=1.18.0'
20+
go-version: '>=1.21.0'
2221

2322
- name: Checkout repository
2423
uses: actions/checkout@v4

0 commit comments

Comments
 (0)