mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-25 14:10:16 +00:00
Remove Xcode version switch from build workflow
Removed the command to switch Xcode version in macOS workflow.
This commit is contained in:
1
.github/workflows/build-and-test.yml
vendored
1
.github/workflows/build-and-test.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user