mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 01:36:57 +00:00
add macOS Catalina to minimum build version
This commit is contained in:
parent
281b240b5a
commit
22d46892d1
1 changed files with 2 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -118,6 +118,7 @@ jobs:
|
|||
cmake -G Ninja -B "${{env.BUILD_DIR}}"
|
||||
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||
-DCMAKE_OSX_ARCHITECTURES=${{ matrix.arch }}
|
||||
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15
|
||||
|
||||
- name: Build for ${{ matrix.arch }}
|
||||
run: cmake --build "${{env.BUILD_DIR}}" --config ${{env.BUILD_TYPE}} --parallel $(sysctl -n hw.logicalcpu)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue