diff --git a/.github/workflows/load_test.yml b/.github/workflows/load_test.yml index 4ea1b641..a8ca6905 100644 --- a/.github/workflows/load_test.yml +++ b/.github/workflows/load_test.yml @@ -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