diff --git a/.github/workflows/browser-js-production.yml b/.github/workflows/browser-js-production.yml index 627caf077..08e52a9c3 100644 --- a/.github/workflows/browser-js-production.yml +++ b/.github/workflows/browser-js-production.yml @@ -13,7 +13,7 @@ concurrency: jobs: e2e-tests: name: Run E2E tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: diff --git a/.github/workflows/browser-js-staging.yml b/.github/workflows/browser-js-staging.yml index 1143c58c6..2db733302 100644 --- a/.github/workflows/browser-js-staging.yml +++ b/.github/workflows/browser-js-staging.yml @@ -13,7 +13,7 @@ concurrency: jobs: e2e-tests: name: Run E2E tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: diff --git a/.github/workflows/realtime-api-production-euswcom.yml b/.github/workflows/realtime-api-production-euswcom.yml index 88253d4bf..0859f1b2d 100644 --- a/.github/workflows/realtime-api-production-euswcom.yml +++ b/.github/workflows/realtime-api-production-euswcom.yml @@ -13,7 +13,7 @@ concurrency: jobs: e2e-tests: name: Run E2E tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: matrix: node-version: [20.x] diff --git a/.github/workflows/realtime-api-production.yml b/.github/workflows/realtime-api-production.yml index 3e689d95a..a7df22df5 100644 --- a/.github/workflows/realtime-api-production.yml +++ b/.github/workflows/realtime-api-production.yml @@ -13,7 +13,7 @@ concurrency: jobs: e2e-tests: name: Run E2E tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false # Continue other jobs if one fails matrix: diff --git a/.github/workflows/realtime-api-staging.yml b/.github/workflows/realtime-api-staging.yml index 2a532f9e3..97c64cea6 100644 --- a/.github/workflows/realtime-api-staging.yml +++ b/.github/workflows/realtime-api-staging.yml @@ -13,7 +13,7 @@ concurrency: jobs: e2e-tests: name: Run E2E tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false # Continue other jobs if one fails matrix: