This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/main by this push: new 3d669e519 Backport action needs to run on ubuntu-latest or newer version of Ubuntu 3d669e519 is described below commit 3d669e5198ea6ace8c27056494cfba9d08dd0c2d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Oct 10 09:16:32 2023 +0200 Backport action needs to run on ubuntu-latest or newer version of Ubuntu --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 0c8e3aac5..3198ef759 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -24,7 +24,7 @@ on: jobs: backport: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest name: Backport steps: - name: "Checkout camel-kafka-connector"