From 21bce757efa68491bc37b339148b25f565794492 Mon Sep 17 00:00:00 2001
From: olszomal <Malgorzata.Olszowka@stunnel.org>
Date: Tue, 5 Nov 2024 14:25:47 +0100
Subject: [PATCH] Remove specific CMake version setup for macOS

---
 .github/workflows/ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4b1d7b3..9a25258 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -133,8 +133,6 @@ jobs:
     - name: Setup the oldest supported version of cmake (macOS)
       if: runner.os == 'macOS'
       uses: jwlawson/actions-setup-cmake@v2.0
-      with:
-        cmake-version: '3.20.0'
 
     - name: Install python3 cryptography module (Linux)
       if: runner.os == 'Linux'