Skip to content

Commit

Permalink
Fix: macos-12 Runner の廃止に伴い macos-13 Runner に移行
Browse files Browse the repository at this point in the history
ONNXRuntime の最新版が macOS 13 以降でないと動かないのもある
  • Loading branch information
tsukumijima committed Nov 8, 2024
1 parent b692053 commit adf97b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
app_asar_dir: prepackage/AivisSpeech.app/Contents/Resources
installer_artifact_name: macos-x64-dmg
macos_artifact_name: "AivisSpeech.${version}.${ext}"
os: macos-12
os: macos-13
# macOS arm64 (Apple Silicon Mac)
- artifact_name: macos-arm64-prepackage
artifact_path: dist_electron/mac
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ jobs:
matrix:
os:
- windows-2022
- macos-12
- macos-13
- macos-14
# - ubuntu-20.04
include:
- os: windows-2022
aivisspeech_engine_asset_name: windows-x64
- os: macos-12
- os: macos-13
aivisspeech_engine_asset_name: macos-x64
- os: macos-14
aivisspeech_engine_asset_name: macos-arm64
Expand Down
2 changes: 0 additions & 2 deletions public/howtouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
その際は Finder で `Ctrl` キーを押しながら AivisSpeech アプリケーションアイコンをクリックし、ショートカットメニューから「開く」を選択してから、「開く」をクリックしてください。
もしくは、アップルメニューから「システム設定」を選択して「プライバシーとセキュリティ」 をクリックし、ページの下にあるセキュリティの「このまま開く」を選んでください。

macOS Ventura 以前をお使いの場合は、アップルメニューから「システム環境設定」を選択して「セキュリティとプライバシー」 をクリックし、「一般」パネルで「このまま開く」選んでください。

#### Apple Silicon 搭載の Mac をお使いの場合

初めて AivisSpeech を起動する際に Rosetta のインストールを促される場合は、案内に従ってインストールしてください。
Expand Down
2 changes: 1 addition & 1 deletion public/qAndA.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Windows・macOS 搭載の PC に対応しています。

Windows: Windows 10・Windows 11
macOS: macOS 12 Monterey 以降
macOS: macOS 13 Ventura 以降

## インストールに関する質問

Expand Down

0 comments on commit adf97b0

Please sign in to comment.