This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new 29ebad84c ci: update GitHub Actions to use Ubuntu 24.04 (#8396)
29ebad84c is described below
commit 29ebad84cfae4a1c43ef1a4c72ef9ab404a2a84a
Author: NaRro <[email protected]>
AuthorDate: Mon Apr 21 16:55:56 2025 +0800
ci: update GitHub Actions to use Ubuntu 24.04 (#8396)
- 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