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 d1e000f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .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 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 d1e000f

Please sign in to comment.