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
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
name: Pound-win64-${{env.BUILD_TYPE}}-${{ needs.get-info.outputs.commit }}-${{needs.get-info.outputs.shorthash}}
|
name: Pound-win64-${{env.BUILD_TYPE}}-${{ needs.get-info.outputs.commit }}-${{needs.get-info.outputs.shorthash}}
|
||||||
path: artifact/
|
path: artifact/
|
||||||
|
|
||||||
macOS:
|
macOS:
|
||||||
name: macOS
|
name: macOS
|
||||||
runs-on: macos-14
|
runs-on: macos-14
|
||||||
needs: get-info
|
needs: get-info
|
||||||
|
|
@ -118,6 +118,7 @@ jobs:
|
||||||
cmake -G Ninja -B "${{env.BUILD_DIR}}"
|
cmake -G Ninja -B "${{env.BUILD_DIR}}"
|
||||||
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||||
-DCMAKE_OSX_ARCHITECTURES=${{ matrix.arch }}
|
-DCMAKE_OSX_ARCHITECTURES=${{ matrix.arch }}
|
||||||
|
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15
|
||||||
|
|
||||||
- name: Build for ${{ matrix.arch }}
|
- name: Build for ${{ matrix.arch }}
|
||||||
run: cmake --build "${{env.BUILD_DIR}}" --config ${{env.BUILD_TYPE}} --parallel $(sysctl -n hw.logicalcpu)
|
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