Skip to content

Commit

Permalink
ついでにmacos-12に
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Aug 4, 2024
1 parent 653f5b7 commit bea8538
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ jobs:
artifact_name: linux-arm64-cpu
whl_local_version: cpu
use_cuda: false
- os: macos-11
- os: macos-12
features: ""
target: aarch64-apple-darwin
artifact_name: osx-arm64-cpu
whl_local_version: cpu
use_cuda: false
- os: macos-11
- os: macos-12
features: ""
target: x86_64-apple-darwin
artifact_name: osx-x64-cpu
Expand Down Expand Up @@ -209,10 +209,10 @@ jobs:
os: ubuntu-20.04
- name: download-osx-x64
target: x86_64-apple-darwin
os: macos-11
os: macos-12
- name: download-osx-arm64
target: aarch64-apple-darwin
os: macos-11
os: macos-12
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
features: directml
- os: windows-2022
features: directml
- os: macos-11
- os: macos-12
features: ""
- os: macos-12
features: ""
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
cp -v target/debug/build/onnxruntime-sys-*/out/onnxruntime_*/onnxruntime-*/lib/onnxruntime.dll . || true
cp -v target/debug/build/onnxruntime-sys-*/out/onnxruntime_*/onnxruntime-*/lib/libonnxruntime.so.* . || true
cp -v target/debug/build/onnxruntime-sys-*/out/onnxruntime_*/onnxruntime-*/lib/libonnxruntime.*.dylib . || true
- name: '`maturin develop`でインストールした`voicevox_core_python_api`を実行'
- name: "`maturin develop`でインストールした`voicevox_core_python_api`を実行"
shell: python
run: |
import voicevox_core
Expand Down

0 comments on commit bea8538

Please sign in to comment.