This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 7bbacc89 Using ubuntu-22.04 for build docker image (#2286)
7bbacc89 is described below
commit 7bbacc894c42e7b8fada15505fff8a0779203383
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri May 3 03:41:34 2024 +0300
Using ubuntu-22.04 for build docker image (#2286)
---
.github/workflows/kvrocks.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index b7767575..925d8ad7 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -376,7 +376,7 @@ jobs:
name: Check Docker image
needs: [precondition, check-and-lint, check-typos]
if: ${{ needs.precondition.outputs.docs_only != 'true' }}
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Get core numbers