This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 2db5dbefab3 Upgrade ubuntu runner to 22.04 as per deprecation notice
(#46830)
2db5dbefab3 is described below
commit 2db5dbefab37ada5ff56c5570479dc68ca1b814a
Author: Kunal Bhattacharya <[email protected]>
AuthorDate: Mon Feb 17 23:27:14 2025 +0530
Upgrade ubuntu runner to 22.04 as per deprecation notice (#46830)
---
.github/workflows/news-fragment.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/news-fragment.yml
b/.github/workflows/news-fragment.yml
index d2b8ba2a2ab..cc13e452df0 100644
--- a/.github/workflows/news-fragment.yml
+++ b/.github/workflows/news-fragment.yml
@@ -26,7 +26,7 @@ permissions:
jobs:
check-news-fragment:
name: Check News Fragment
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
if: "contains(github.event.pull_request.labels.*.name,
'airflow3.0:breaking')"
steps: