From c252f84201124a20508e5cc012ed679b5f3844f0 Mon Sep 17 00:00:00 2001 From: Street Pea Date: Thu, 12 Dec 2024 17:58:53 -0800 Subject: [PATCH] Update action to use macos-13 as 12 now deprecated --- .github/workflows/build-macos-x86.yml | 4 ++-- gui/MacOSXBundleInfo.plist.in | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-macos-x86.yml b/.github/workflows/build-macos-x86.yml index 05899c01e..99644a55a 100644 --- a/.github/workflows/build-macos-x86.yml +++ b/.github/workflows/build-macos-x86.yml @@ -6,7 +6,7 @@ on: jobs: build-mac_x64: name: Build macOSX x86_64 version - runs-on: macos-12 + runs-on: macos-13 steps: - uses: actions/checkout@v4 with: @@ -19,7 +19,7 @@ jobs: - name: Install brew dependencies run: | brew update - brew install --force qt@6 ffmpeg pkgconfig opus openssl cmake ninja nasm sdl2 protobuf speexdsp libplacebo wget python-setuptools json-c miniupnpc + brew install --force qt@6 ffmpeg pkgconfig opus openssl cmake ninja nasm sdl2 protobuf speexdsp libplacebo wget python-setuptools json-c miniupnpc || true - name: Configure chiaki-ng run: | diff --git a/gui/MacOSXBundleInfo.plist.in b/gui/MacOSXBundleInfo.plist.in index fd90d8445..97b6ed928 100644 --- a/gui/MacOSXBundleInfo.plist.in +++ b/gui/MacOSXBundleInfo.plist.in @@ -15,6 +15,8 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName + LSMinimumSystemVersion + 10.0.0 ${MACOSX_BUNDLE_BUNDLE_NAME} CFBundlePackageType APPL