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-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new f6852ecd Fixing backport.yml to use ubuntu-latest as base
f6852ecd is described below
commit f6852ecd335b7e7dd227b2094e5ac3f0fa6d3249
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Oct 9 13:15:10 2023 +0200
Fixing backport.yml to use ubuntu-latest as base
---
.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 2f904fd4..65340011 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 Kamelets"