Remove specific CMake version setup for macOS

This commit is contained in:
olszomal 2024-11-05 14:25:47 +01:00 committed by Michał Trojnara
parent 6a43f62835
commit 21bce757ef

View File

@ -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'