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'