[osx] Compile for macOS 10.9 in GitHub Actions

This commit is contained in:
David Capello 2022-06-09 19:10:31 -03:00
parent 4471dab289
commit 25fbe786f8

View File

@ -37,6 +37,7 @@ jobs:
shell: bash shell: bash
run: | run: |
cmake -S . -B build -G Ninja \ cmake -S . -B build -G Ninja \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 \
-DENABLE_TESTS=ON \ -DENABLE_TESTS=ON \
-DENABLE_UI=${{ matrix.enable_ui }} -DENABLE_UI=${{ matrix.enable_ui }}
- name: Compiling - name: Compiling