This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git
The following commit(s) were added to refs/heads/HTHou-patch-1 by this push:
new e496415 Update e2e.yml
e496415 is described below
commit e4964158b826ebe88ec754e56070f016e67507b0
Author: Haonan <[email protected]>
AuthorDate: Tue Feb 6 11:02:47 2024 +0800
Update e2e.yml
---
.github/workflows/e2e.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index 0d1c6f5..5482d1a 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ubuntu-latest]
+ os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Check out code into the Go module directory