diff --git a/.github/workflows/build-onnxruntime-extensions.yaml b/.github/workflows/build-onnxruntime-extensions.yaml index 3129164..c9841c9 100644 --- a/.github/workflows/build-onnxruntime-extensions.yaml +++ b/.github/workflows/build-onnxruntime-extensions.yaml @@ -11,7 +11,7 @@ on: required: false env: VERSION: ${{ github.event.inputs.version || 'main' }} - ORT_VERSION: 1.19.2 + ORT_VERSION: 1.17.1 jobs: # Build for each platform. See example build script at