From e2cc170b2b7126347b52853d9fd1a5c91d6fc9d1 Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Thu, 12 Dec 2024 12:04:00 -0800 Subject: [PATCH] Remove CMake downgrade workaround from Windows CI tests (#19633) This should fix some Windows tests that are failing to install a downgraded CMake version. --- .github/workflows/test_cpp.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test_cpp.yml b/.github/workflows/test_cpp.yml index 08f9ad388f706..fcc9f01ff8cb4 100644 --- a/.github/workflows/test_cpp.yml +++ b/.github/workflows/test_cpp.yml @@ -407,12 +407,6 @@ jobs: arch: ${{ matrix.windows-arch || 'x64' }} vsversion: ${{ matrix.vsversion }} - # Workaround for Abseil incompatibility with CMake 3.30 (b/352354235). - - name: Downgrade CMake - if: ${{ runner.os == 'Windows' }} - run: choco install cmake --version 3.29.6 --force - shell: bash - # Workaround for incompatibility between gcloud and windows-2019 runners. - name: Install Python if: ${{ matrix.python-version }}