Skip to content

Commit

Permalink
add: [release-0.15] macos-12 to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Dec 21, 2024
1 parent 87df545 commit d333d43
Showing 1 changed file with 4 additions and 4 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-12
- os: macos-13
features: ""
target: aarch64-apple-darwin
artifact_name: osx-arm64-cpu
whl_local_version: cpu
use_cuda: false
- os: macos-12
- os: macos-13
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-12
os: macos-13
- name: download-osx-arm64
target: aarch64-apple-darwin
os: macos-12
os: macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d333d43

Please sign in to comment.