-
Notifications
You must be signed in to change notification settings - Fork 128
macos-latest
= macos-14
に適応する
#784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# `macos-latest`(=`macos-12`)で次の問題が発生するため、それに対するワークアラウンド | ||
# https://github.com/VOICEVOX/voicevox_core/issues/653#issuecomment-1782108410 | ||
- if: startsWith(matrix.os, 'mac') | ||
name: Build open_jtalk-sys | ||
run: | | ||
poetry run -- cargo build -p voicevox_core_python_api -vv || true | ||
[ -n "$(find ../../target/debug/deps -name 'libopen_jtalk_sys-*.rlib')" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
今これを抜いて実行してみても通ったので、多分もう不要。
.github/workflows/test.yml
Outdated
uses: actions/setup-java@v2 | ||
uses: actions/setup-java@v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
よくわからないが、v2だとx86_64のJavaを持ってきてしまう。
(ちなみに現在の最新はv4)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
特に問題が無ければv4に上げても良さそうな気がします。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
まあ確かにここはv4でもいいかなとは思いました。
(他のは別PRで一斉に引き上げるとして)
@Hiroshiba 文脈を補足すると、mainブランチのCIが壊れており(rerunすると落ちる)それに対する修正です。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
内容
macos-latest
がmacos-14
(AArch64)になったためそれに対応します。https://github.com/qryxip/voicevox_core/actions/runs/8869988493/job/24351267440
関連 Issue
その他