Skip to content

Commit

Permalink
update the runs-on parameter for changes job to use ubuntu-latest-low…
Browse files Browse the repository at this point in the history
… again

Signed-off-by: jessebot <[email protected]>
  • Loading branch information
jessebot committed Jun 3, 2024
1 parent 6cbffa9 commit bc380c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
paths:
jobs:
changes:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest-low

outputs:
src: ${{ steps.changes.outputs.src}}
Expand Down

0 comments on commit bc380c6

Please sign in to comment.