Skip to content

Commit

Permalink
Backport action needs to run on ubuntu-latest or newer version of Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd authored Oct 10, 2023
1 parent c432ca5 commit 3d669e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

jobs:
backport:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
name: Backport
steps:
- name: "Checkout camel-kafka-connector"
Expand Down

0 comments on commit 3d669e5

Please sign in to comment.