mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-04 14:17:50 -04:00
Try setting MACOSX_DEPLOYMENT_TARGET to see if it can run on older MacOSes.
This commit is contained in:
parent
d524bf2057
commit
310df0046c
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
@ -10,6 +10,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build_mac_x64:
|
build_mac_x64:
|
||||||
runs-on: macos-13
|
runs-on: macos-13
|
||||||
|
env:
|
||||||
|
MACOSX_DEPLOYMENT_TARGET: 12.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user