From 464f569aaebd47c6ca615ed7b6cfbafe42d62059 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sun, 14 Jan 2024 18:12:54 +0900 Subject: [PATCH] =?UTF-8?q?macOS=E7=94=A8=E3=81=AE=E3=82=82=E3=81=AE?= =?UTF-8?q?=E3=82=92`macos-11`=E3=81=A7=E3=83=93=E3=83=AB=E3=83=89?= =?UTF-8?q?=E3=81=99=E3=82=8B=20(#30)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * macOS用のものを`macos-11`でビルドする * Revert "macOS用のものを`macos-11`でビルドする" This reverts commit 810dde3cf8f55aa38567f789d368964677833d77. * iOSではなくmacOSのを`macos-11`にする --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8d2b4f..7223289 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,12 +85,12 @@ jobs: result_dir: build release_config: Release - artifact_name: onnxruntime-osx-arm64 - os: macos-12 + os: macos-11 build_opts: --cmake_extra_defines CMAKE_SYSTEM_NAME=Darwin CMAKE_OSX_ARCHITECTURES=arm64 --config Release --parallel --compile_no_warning_as_error --update --build --build_shared_lib result_dir: build release_config: Release - artifact_name: onnxruntime-osx-x86_64 - os: macos-12 + os: macos-11 build_opts: --cmake_extra_defines CMAKE_SYSTEM_NAME=Darwin CMAKE_OSX_ARCHITECTURES=x86_64 --config Release --parallel --compile_no_warning_as_error --update --build --build_shared_lib result_dir: build release_config: Release