Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 6521735 commit 5a4715d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: QA Passed
# We don't need to run this on Renovate PRs. We will already test the `renovate/foo` branch.
if: always() && ( github.event_name != 'pull_request' || github.actor != 'renovate[bot]' )
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Failure
if: ${{ contains(needs.*.result, 'failure') }}
Expand Down

0 comments on commit 5a4715d

Please sign in to comment.