diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index bfcc618..867a405 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -33,7 +33,7 @@ jobs: matrix: tox-environments: - integration-opensearch - runs-on: ubuntu-latest + runs-on: ["self-hosted", "linux", "X64", "jammy", "large"] steps: - name: Checkout uses: actions/checkout@v3