Skip to content

Commit

Permalink
Update action to use macos-13 as 12 now deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Dec 13, 2024
1 parent b89b96f commit c252f84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down
2 changes: 2 additions & 0 deletions gui/MacOSXBundleInfo.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<key>LSMinimumSystemVersion</key>
<string>10.0.0</string>
<string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
Expand Down

0 comments on commit c252f84

Please sign in to comment.