diff --git a/.github/workflows/build-macos-x86.yml b/.github/workflows/build-macos-x86.yml
index 05899c01..99644a55 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 fd90d844..97b6ed92 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