mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-01 10:13:22 +00:00
[osx] Compile for macOS 10.9 in GitHub Actions
This commit is contained in:
parent
4471dab289
commit
25fbe786f8
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
cmake -S . -B build -G Ninja \
|
||||
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.9 \
|
||||
-DENABLE_TESTS=ON \
|
||||
-DENABLE_UI=${{ matrix.enable_ui }}
|
||||
- name: Compiling
|
||||
|
Loading…
x
Reference in New Issue
Block a user