From 46926a8d711a761b576e1a75b17d7812ede0dea4 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Tue, 30 Jun 2026 14:28:31 +0100 Subject: [PATCH] Should no longer required to have cmake pinning --- .github/workflows/macos.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9165392eb..6675b7615 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -31,11 +31,6 @@ jobs: steps: - uses: actions/checkout@v6 - - name: pin cmake to 3.x series - uses: jwlawson/actions-setup-cmake@09fd9b0fb3b239b4b68d9256cd65adf8d6b91da0 - with: - cmake-version: '3.31.6' - - name: Python test dependencies uses: actions/setup-python@v6 with: