This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git
The following commit(s) were added to refs/heads/master by this push: new d4da569 Fix CI to run on the latest Ubuntu (#87) d4da569 is described below commit d4da5699915ee52288f8ff1c954decf6363485bc Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com> AuthorDate: Fri Oct 20 09:20:41 2023 +0800 Fix CI to run on the latest Ubuntu (#87) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1f21e83..b1644b7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ on: - 'v*' jobs: CI: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest timeout-minutes: 10 steps: - uses: actions/checkout@v2