From 1d281186133f8d7ef3b715129a18c1a211fcbeaa Mon Sep 17 00:00:00 2001 From: Florian Bruggisser Date: Fri, 8 Dec 2023 11:07:32 +0100 Subject: [PATCH] updated to onnxruntime v1.16.3 --- .github/workflows/main.yml | 2 +- .github/workflows/publish.yml | 2 +- build-macos.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 51d1bcc..1faef36 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ on: tag: description: 'Version Tag' required: false - default: 'v1.16.0' + default: 'v1.16.3' label: description: 'Additional label for release' required: false diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f5c38ae..33db074 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,7 +6,7 @@ on: tag: description: 'Version Tag' required: false - default: 'v1.16.0' + default: 'v1.16.3' jobs: diff --git a/build-macos.sh b/build-macos.sh index 7dc63be..2ce2b93 100755 --- a/build-macos.sh +++ b/build-macos.sh @@ -2,7 +2,7 @@ echo "building for $(python --version)" -version_tag="v1.16.0" +version_tag="v1.16.3" onnxruntime_dir="onnxruntime" # cleanup