GitHub Actions: Use Xcode 12.3, SDK 10.12 (#6913)

This commit is contained in:
Alessandro Gario 2021-01-22 22:15:30 +01:00 committed by GitHub
parent 56755f6b22
commit 584a70bdab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -574,7 +574,7 @@ jobs:
- name: Select the Xcode version - name: Select the Xcode version
run: | run: |
sudo xcode-select -s /Applications/Xcode_11.7.app/Contents/Developer sudo xcode-select -s /Applications/Xcode_12.3.app/Contents/Developer
# We don't have enough space on the worker to actually generate all # We don't have enough space on the worker to actually generate all
# the debug symbols (osquery + dependencies), so we have a flag to # the debug symbols (osquery + dependencies), so we have a flag to
@ -598,7 +598,7 @@ jobs:
run: | run: |
cmake -G "Unix Makefiles" \ cmake -G "Unix Makefiles" \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.11 \ -DCMAKE_OSX_DEPLOYMENT_TARGET=10.12 \
-DCMAKE_BUILD_TYPE:STRING="${{ matrix.build_type }}" \ -DCMAKE_BUILD_TYPE:STRING="${{ matrix.build_type }}" \
-DOSQUERY_BUILD_TESTS=ON \ -DOSQUERY_BUILD_TESTS=ON \
-DOSQUERY_NO_DEBUG_SYMBOLS=${{ steps.debug_symbols_settings.outputs.VALUE }} \ -DOSQUERY_NO_DEBUG_SYMBOLS=${{ steps.debug_symbols_settings.outputs.VALUE }} \