This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 1dcbba98 NIFI-13897 Updated build runs-on to ubuntu-24.04
1dcbba98 is described below

commit 1dcbba98ddf3dd252001467c661e52bc94df08f2
Author: exceptionfactory <[email protected]>
AuthorDate: Sat Oct 26 23:03:55 2024 -0500

    NIFI-13897 Updated build runs-on to ubuntu-24.04
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 44c683eb..6bdd3992 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,7 +14,7 @@ permissions:
 
 jobs:
   build:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
     steps:
       - name: Checkout Sources
         uses: actions/checkout@v3

Reply via email to