diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 5f48a53e40..39780df4a4 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -31,7 +31,7 @@ env: jobs: cucumber_tests: name: Cucumber tests - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout source code uses: actions/checkout@v3