Skip to content

Commit

Permalink
ci/bump-vars: pin to ubuntu 22.04
Browse files Browse the repository at this point in the history
to work around the issues of bitbake with ubuntu 24.04

Signed-off-by: Konrad Weihmann <[email protected]>
  • Loading branch information
priv-kweihmann committed Jan 11, 2025
1 parent e67b282 commit ff5521f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/knownvar_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
bumpvar:
name: "Bump known vars"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

permissions:
contents: write
Expand Down

0 comments on commit ff5521f

Please sign in to comment.