From a8838407b84ce9cdc8e281767974a175dec151f1 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Sat, 15 Jul 2023 15:19:34 +0800 Subject: [PATCH] cicd: add ci workflow Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- .github/workflows/openim-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openim-ci.yml b/.github/workflows/openim-ci.yml index bd8c70859..436a88650 100644 --- a/.github/workflows/openim-ci.yml +++ b/.github/workflows/openim-ci.yml @@ -103,7 +103,7 @@ jobs: strategy: matrix: go_version: ["1.20"] - os: ["ubuntu-latest","macos-latest","windows-latest"] + os: ["ubuntu-latest","macos-latest","centos-latest"] steps: - name: Set up Go ${{ matrix.go_version }} uses: actions/setup-go@v2