1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-20 02:18:47 -04:00

Try setting MACOSX_DEPLOYMENT_TARGET to see if it can run on older MacOSes.

This commit is contained in:
Jon Beniston 2025-02-04 12:03:13 +00:00
parent d524bf2057
commit 310df0046c

View File

@ -10,6 +10,8 @@ on:
jobs:
build_mac_x64:
runs-on: macos-13
env:
MACOSX_DEPLOYMENT_TARGET: 12.0
steps:
- uses: actions/checkout@v4
with: