1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-16 12:49:15 -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
+2
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: