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