Skip to content

Commit

Permalink
remove!: macOS 12のサポートを切る (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip authored Dec 22, 2024
1 parent 352a809 commit e64b576
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
result_dir: build
release_config: Release
- artifact_name: ${{ inputs.target || 'onnxruntime' }}-osx-arm64
os: macos-12
os: macos-13
build_opts: |-
--compile_no_warning_as_error
--cmake_extra_defines
Expand All @@ -158,7 +158,7 @@ jobs:
result_dir: build
release_config: Release
- artifact_name: ${{ inputs.target || 'onnxruntime' }}-osx-x86_64
os: macos-12
os: macos-13
build_opts: |-
--compile_no_warning_as_error
--cmake_extra_defines
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
result_dir: build
release_config: Release
- artifact_name: ${{ inputs.target || 'onnxruntime' }}-ios-arm64
os: macos-12
os: macos-13
build_opts: |-
--compile_no_warning_as_error
--skip_tests
Expand All @@ -207,7 +207,7 @@ jobs:
result_dir: build/Release
release_config: Release-iphoneos
- artifact_name: ${{ inputs.target || 'onnxruntime' }}-ios-sim-arm64
os: macos-12
os: macos-13
build_opts: |-
--compile_no_warning_as_error
--skip_tests
Expand All @@ -222,7 +222,7 @@ jobs:
result_dir: build/Release
release_config: Release-iphonesimulator
- artifact_name: ${{ inputs.target || 'onnxruntime' }}-ios-sim-x86_64
os: macos-12
os: macos-13
build_opts: |-
--compile_no_warning_as_error
--skip_tests
Expand Down Expand Up @@ -625,7 +625,7 @@ jobs:

build-xcframework:
needs: build-onnxruntime
runs-on: macos-12
runs-on: macos-13
outputs:
release-name: ${{ steps.gen-envs.outputs.release-name }}
steps:
Expand Down

0 comments on commit e64b576

Please sign in to comment.