From 87df545389ab48a56a4fde6d39df6fafb3ac9299 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Wed, 7 Aug 2024 11:54:28 +0900 Subject: [PATCH] =?UTF-8?q?[release-0.15]=20macos-11=E3=82=92macos-12?= =?UTF-8?q?=E3=81=AB=E3=82=A2=E3=83=83=E3=83=97=E3=83=87=E3=83=BC=E3=83=88?= =?UTF-8?q?=E3=81=97=E3=81=A6=E3=81=8A=E3=81=8F=20(#813)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * release-0.15のmacos-11をmacos-12にアップデートしておく * 空コミット * --locked * 戻した * 要らない変更 --- .github/workflows/build_and_deploy.yml | 10 +++++----- .github/workflows/test.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index ab54792e1..3ad13caa8 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -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 @@ -109,7 +109,7 @@ jobs: - name: Install cargo-edit if: ${{ env.VERSION != 'DEBUG' }} shell: bash - run: cargo binstall cargo-edit@^0.11 --no-confirm --log-level debug + run: cargo binstall cargo-edit@^0.11 --no-confirm --log-level debug --locked # NOTE: release-0.15で追加 - name: set cargo version if: ${{ env.VERSION != 'DEBUG' }} shell: bash @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 00bb66041..dcb110c0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,10 +80,10 @@ jobs: features: directml - os: windows-2022 features: directml - - os: macos-11 - features: "" - os: macos-12 features: "" + - os: macos-13 + features: "" - os: ubuntu-20.04 features: "" - os: ubuntu-22.04