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 bf4971c commit 5296f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/load_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
load_tests:
if: ${{ ! contains(github.event.pull_request.labels.*.name, 'ci/skip-load-test') }}
name: Load Tests
runs-on: ubuntu-22.04 # Read the comment below why this is not set to `latest`.
runs-on: ubuntu-24.04 # Read the comment below why this is not set to `latest`.
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 5296f3d

Please sign in to comment.