Merge pull request #1853 from srcejon/mac_ci

Update github action to use MacOS 12
This commit is contained in:
Edouard Griffiths 2023-10-23 15:07:21 +02:00 committed by GitHub
commit 42f847f1a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ jobs:
files: ${{ github.workspace }}/build/sdrangel-${{ steps.get_version.outputs.version }}-win64.exe
build_mac:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v3
with: