From 81dfdb8aa820755dcbb0d65ae6e3e3e08b336165 Mon Sep 17 00:00:00 2001 From: yatinappsmith <84702014+yatinappsmith@users.noreply.github.com> Date: Thu, 26 Jan 2023 18:44:47 +0530 Subject: [PATCH] ci: changed ubunut latest for ci (#20114) --- .github/workflows/test-build-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build-docker-image.yml b/.github/workflows/test-build-docker-image.yml index 2d67cfbcb2..c76c2cbc68 100644 --- a/.github/workflows/test-build-docker-image.yml +++ b/.github/workflows/test-build-docker-image.yml @@ -421,7 +421,7 @@ jobs: (github.event_name == 'pull_request_review' && github.event.review.state == 'approved' && github.event.pull_request.head.repo.full_name == github.repository)) - runs-on: ubuntu-latest-4-cores + runs-on: ubuntu-latest defaults: run: shell: bash