Remove Xcode version switch from build workflow

Removed the command to switch Xcode version in macOS workflow.
This commit is contained in:
Aaron Kimbrell
2025-12-16 13:55:44 -06:00
committed by GitHub
parent e5c0c68b80
commit e342bb7d35

View File

@@ -29,7 +29,6 @@ jobs:
if: ${{ matrix.os == 'macos-latest' }} if: ${{ matrix.os == 'macos-latest' }}
run: | run: |
brew install openssl@3 brew install openssl@3
sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
- name: Get CMake 3.x - name: Get CMake 3.x
uses: lukka/get-cmake@28983e0d3955dba2bb0a6810caae0c6cf268ec0c uses: lukka/get-cmake@28983e0d3955dba2bb0a6810caae0c6cf268ec0c
with: with: