Skip to content

Commit

Permalink
ci: lock Ubuntu runner to ubuntu-22.04 in Backport workflow
Browse files Browse the repository at this point in the history
Fixes: 1aa931f ("ci: lock workflow dependencies to increase reproducibility")
  • Loading branch information
trueNAHO committed Jan 6, 2025
1 parent 1d7b70e commit 0db7d02
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 @@ -11,7 +11,7 @@ permissions: {}

jobs:
backport:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

if: >
(
Expand Down

0 comments on commit 0db7d02

Please sign in to comment.