This is an automated email from the ASF dual-hosted git repository.
lizhanhui pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new f44a1c3fd Update the image of bazel-build to ubuntu-latest (#6569)
f44a1c3fd is described below
commit f44a1c3fd5e218f1038b360245479de54f83b408
Author: Aaron Ai <[email protected]>
AuthorDate: Tue Apr 11 17:17:10 2023 +0800
Update the image of bazel-build to ubuntu-latest (#6569)
---
.github/workflows/bazel.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml
index e7a141995..7652b9304 100644
--- a/.github/workflows/bazel.yml
+++ b/.github/workflows/bazel.yml
@@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [ubuntu-20.04]
+ os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Build