1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-06 19:48:35 -04:00

Update mac_x64 build to macos-13, as github no longer supports 12.

This commit is contained in:
Jon Beniston 2024-12-05 09:08:02 +00:00
parent c4e57a1696
commit 88c5554970

View File

@ -9,7 +9,7 @@ on:
jobs:
build_mac_x64:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with: