This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 663c00d  ARROW-11242: [CI] Remove CMake 3.2 job
663c00d is described below

commit 663c00dcfac28437a161703726f9caf52a06a147
Author: Sutou Kouhei <[email protected]>
AuthorDate: Thu Jan 14 09:47:02 2021 +0900

    ARROW-11242: [CI] Remove CMake 3.2 job
    
    Because we dropped support for CMake 3.2.
    
    Closes #9198 from kou/ci-remove-cmake-3.2
    
    Lead-authored-by: Sutou Kouhei <[email protected]>
    Co-authored-by: Krisztián Szűcs <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .github/workflows/cpp_cron.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.github/workflows/cpp_cron.yml b/.github/workflows/cpp_cron.yml
index 5f404b2..700fb3e 100644
--- a/.github/workflows/cpp_cron.yml
+++ b/.github/workflows/cpp_cron.yml
@@ -49,7 +49,6 @@ jobs:
           - amd64-fedora-33-cpp
           - amd64-ubuntu-16.04-cpp
           - amd64-ubuntu-18.04-cpp
-          - amd64-ubuntu-18.04-cpp-cmake32
         include:
           - name: amd64-debian-10-cpp
             image: debian-cpp
@@ -67,10 +66,6 @@ jobs:
             image: ubuntu-cpp
             title: AMD64 Ubuntu 18.04 C++
             ubuntu: 18.04
-          - name: amd64-ubuntu-18.04-cpp-cmake32
-            image: ubuntu-cpp-cmake32
-            title: AMD64 Ubuntu 18.04 C++ CMake 3.2
-            ubuntu: 18.04
     env:
       # the defaults here should correspond to the values in .env
       ARCH: 'amd64'

Reply via email to