This is an automated email from the ASF dual-hosted git repository. narro pushed a commit to branch fix-ci in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit ef9c9a6b8420c4920e99ee4db5c65a0c95dc8c0a Author: narro wizard <[email protected]> AuthorDate: Mon Apr 21 16:45:07 2025 +0800 ci: update GitHub Actions to use Ubuntu 24.04 - Update the 'asf-header-check' workflow to use Ubuntu 24.04 - Update the 'grafana-dashboards-check' workflow to use Ubuntu 24.04 --- .github/workflows/asf-header-check.yml | 2 +- .github/workflows/grafana-dashboards-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/asf-header-check.yml b/.github/workflows/asf-header-check.yml index 4e84c6654..c47e94402 100644 --- a/.github/workflows/asf-header-check.yml +++ b/.github/workflows/asf-header-check.yml @@ -24,7 +24,7 @@ on: jobs: check-ASF-header: name: check Apache license header - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository uses: actions/checkout@v2 diff --git a/.github/workflows/grafana-dashboards-check.yml b/.github/workflows/grafana-dashboards-check.yml index 83c428e8b..a25bf4b1d 100644 --- a/.github/workflows/grafana-dashboards-check.yml +++ b/.github/workflows/grafana-dashboards-check.yml @@ -25,7 +25,7 @@ on: jobs: check-grafana-dashboards: name: check grafana dashboards - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repository uses: actions/checkout@v2
