chore: update version references to 1.23.2

we've been on 1.23.2 since 7035ab5 but i guess i never updated these
This commit is contained in:
Carson M.
2025-11-20 01:29:04 -06:00
parent 365a6e9be5
commit bd990424fc
9 changed files with 11 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ on:
onnxruntime-branch:
type: string
description: "ONNX Runtime branch"
default: "v1.23.1"
default: "v1.23.2"
push:
paths:
- 'ort-sys/build/**/*.rs'
@@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v5
- name: Compile ONNX Runtime
run: |
git clone https://github.com/microsoft/onnxruntime --recursive --branch ${{ inputs.onnxruntime-branch || 'v1.23.1' }} --single-branch --depth 1
git clone https://github.com/microsoft/onnxruntime --recursive --branch ${{ inputs.onnxruntime-branch || 'v1.23.2' }} --single-branch --depth 1
cd onnxruntime
./build.sh --update --build --config Release --parallel --compile_no_warning_as_error --skip_submodule_sync
cd ..
@@ -47,7 +47,7 @@ jobs:
# - uses: actions/checkout@v5
# - name: Compile ONNX Runtime
# run: |
# git clone https://github.com/microsoft/onnxruntime --recursive --branch ${{ inputs.onnxruntime-branch || 'v1.23.1' }} --single-branch --depth 1
# git clone https://github.com/microsoft/onnxruntime --recursive --branch ${{ inputs.onnxruntime-branch || 'v1.23.2' }} --single-branch --depth 1
# cd onnxruntime
# ./build.sh --update --build --config Release --parallel --compile_no_warning_as_error --skip_submodule_sync --minimal_build
# cd ..