diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index a3f7938..7906b22 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -7,7 +7,7 @@ on: jobs: integration-test: name: Run Integration Tests - runs-on: [ self-hosted, linux, x64, large ] + runs-on: [ self-hosted, linux, x64, jammy, large ] steps: - uses: actions/checkout@v2