This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new a5b5fcf6 Fix code coverage CI
a5b5fcf6 is described below
commit a5b5fcf652fe610e3f41326f58e84f9460cae5f7
Author: Haonan <[email protected]>
AuthorDate: Wed Dec 18 18:34:01 2024 +0800
Fix code coverage CI
---
.github/workflows/code-coverage.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/code-coverage.yml
b/.github/workflows/code-coverage.yml
index b9041603..ef9524e1 100644
--- a/.github/workflows/code-coverage.yml
+++ b/.github/workflows/code-coverage.yml
@@ -15,7 +15,7 @@ on:
jobs:
codecov:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
if: github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == 'apache/tsfile' ||
github.event_name == 'push'
steps: