Skip to content

Commit

Permalink
macOS用のものをmacos-11でビルドする (#30)
Browse files Browse the repository at this point in the history
* macOS用のものを`macos-11`でビルドする

* Revert "macOS用のものを`macos-11`でビルドする"

This reverts commit 810dde3.

* iOSではなくmacOSのを`macos-11`にする
  • Loading branch information
qryxip authored Jan 14, 2024
1 parent dae10d9 commit 464f569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 464f569

Please sign in to comment.