diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 3ad13caa8..3a7a08355 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-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 @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dcb110c0e..a9eed57a6 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-12 - features: "" - os: macos-13 features: "" + - os: macos-14 + features: "" - os: ubuntu-20.04 features: "" - os: ubuntu-22.04