Skip to content

Commit

Permalink
updated to onnxruntime v1.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Dec 8, 2023
1 parent bd1a6a0 commit 1d28118
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tag:
description: 'Version Tag'
required: false
default: 'v1.16.0'
default: 'v1.16.3'


jobs:
Expand Down
2 changes: 1 addition & 1 deletion build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo "building for $(python --version)"

version_tag="v1.16.0"
version_tag="v1.16.3"
onnxruntime_dir="onnxruntime"

# cleanup
Expand Down

0 comments on commit 1d28118

Please sign in to comment.