Skip to content

Commit

Permalink
ci(deploy): Set MACOSX_DEPLOYMENT_TARGET to 10.10 on x86, 11.0 on arm
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino authored and lu-zero committed Sep 24, 2023
1 parent 1f56ac9 commit 9604500
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,15 +335,20 @@ jobs:
include:
- target: x86_64-apple-darwin
name: macos
macosx_deployment_target: "10.10"
- target: aarch64-apple-darwin
name: macos-aarch64
macosx_deployment_target: "11.0"
- build: binary
pkgname: rav1e
ext: zip
- build: sdk
pkgname: librav1e
ext: tar.gz

env:
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }}

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 9604500

Please sign in to comment.