diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5905a5de..aea4970b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,15 +76,6 @@ jobs: --compiler-suffix=-12 architecture: x86_64 - - name: ubuntu2204-x86_64-gcc13 - os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it. - docker_image: yugabyteci/yb_build_infra_ubuntu2204_x86_64:v2024-09-20T23_57_46 - build_thirdparty_args: >- - --compiler-prefix=/usr - --compiler-family=gcc - --compiler-suffix=-13 - architecture: x86_64 - - name: ubuntu2204-x86_64-clang17 os: ubuntu-20.04 # Ubuntu 20.04 is for the top-level VM only. We use Docker in it. docker_image: yugabyteci/yb_build_infra_ubuntu2204_x86_64:v2024-09-20T23_57_46