This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main-staging in repository https://gitbox.apache.org/repos/asf/nifi-site.git
commit 748a00c26828bd30ee1b80a7ae1de9901a1279f9 Author: exceptionfactory <[email protected]> AuthorDate: Sat Oct 26 23:03:55 2024 -0500 NIFI-13897 Updated build runs-on to ubuntu-24.04 (cherry picked from commit 1dcbba98ddf3dd252001467c661e52bc94df08f2) --- .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
