1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-21 02:48:33 -04:00

Merge pull request #2397 from srcejon/mac_ci

Mac x64 build for Mac OS 12
This commit is contained in:
Edouard Griffiths 2025-02-10 03:29:44 +01:00 committed by GitHub
commit d24c552d24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: