build: Specify minimum macOS versions

This commit is contained in:
David Wendt 2022-03-28 21:07:18 -06:00 committed by kmeisthax
parent 17686928bd
commit 0a0af0adcf
1 changed files with 3 additions and 0 deletions

View File

@ -83,10 +83,12 @@ jobs:
- build_name: macos-x86_64 - build_name: macos-x86_64
os: macos-latest os: macos-latest
target: x86_64-apple-darwin target: x86_64-apple-darwin
MACOSX_DEPLOYMENT_TARGET: 10.7
- build_name: macos-aarch64 - build_name: macos-aarch64
os: macos-latest os: macos-latest
target: aarch64-apple-darwin target: aarch64-apple-darwin
MACOSX_DEPLOYMENT_TARGET: 11.0
- build_name: windows-x86_32 - build_name: windows-x86_32
os: windows-latest os: windows-latest
@ -127,6 +129,7 @@ jobs:
args: --package ruffle_desktop --release ${{ matrix.target && '--target' }} ${{ matrix.target }} args: --package ruffle_desktop --release ${{ matrix.target && '--target' }} ${{ matrix.target }}
env: env:
RUSTFLAGS: ${{ matrix.RUSTFLAGS }} RUSTFLAGS: ${{ matrix.RUSTFLAGS }}
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.MACOSX_DEPLOYMENT_TARGET }}
- name: Package common - name: Package common
run: | run: |