From e342bb7d3590921e3fe5606b63b542ee61e27c8c Mon Sep 17 00:00:00 2001 From: Aaron Kimbrell Date: Tue, 16 Dec 2025 13:55:44 -0600 Subject: [PATCH] Remove Xcode version switch from build workflow Removed the command to switch Xcode version in macOS workflow. --- .github/workflows/build-and-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 6044aff3..2369ae27 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -29,7 +29,6 @@ jobs: if: ${{ matrix.os == 'macos-latest' }} run: | brew install openssl@3 - sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer - name: Get CMake 3.x uses: lukka/get-cmake@28983e0d3955dba2bb0a6810caae0c6cf268ec0c with: