diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 69212e4cb34a..e27444d75b09 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -93,7 +93,7 @@ jobs: fetch-allow-lists: name: Fetch Test Stability Allow Lists - runs-on: ubuntu-16-cores-22.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 @@ -266,7 +266,7 @@ jobs: name: Unit Tests needs: [fetch-allow-lists, tests-prep] timeout-minutes: 30 - runs-on: ubuntu-16-cores-latest + runs-on: ubuntu-16-cores-22.04 outputs: app_folders: ${{ steps.get-changed-apps.outputs.folders }} changed-files: ${{ steps.get-changed-apps.outputs.changed_files }}