Skip to content

Commit 8dc9219

Browse files
committed
update: bump onnxruntime version to 1.23.2
1 parent 564cdb7 commit 8dc9219

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ver:
14-
- { onnx: v1.23.1, ndk: 28.0.13004108, python: 3.10.11, jdk: 17, gradle: 8.6 }
14+
- { onnx: v1.23.2, ndk: 28.0.13004108, python: 3.10.11, jdk: 17, gradle: 8.6 }
1515
list:
1616
- { arch: armeabi-v7a, min: 19 }
1717
- { arch: arm64-v8a, min: 21 }
@@ -121,7 +121,7 @@ jobs:
121121
fail-fast: false
122122
matrix:
123123
ver:
124-
- { onnx: v1.23.1 }
124+
- { onnx: v1.23.2 }
125125

126126
env:
127127
SHARED_PKG_NAME: onnxruntime-${{ matrix.ver.onnx }}-android-shared

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
ver:
13-
- { onnx: v1.23.1, python: 3.10.11, jdk: 11, gradle: 8.6 }
13+
- { onnx: v1.23.2, python: 3.10.11, jdk: 11, gradle: 8.6 }
1414
list:
1515
- { os_ver: 12 }
1616
- { os_ver: 13 }

.github/workflows/musl-gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ver:
14-
- { onnx: v1.23.1, musl: 14.2.0 }
14+
- { onnx: v1.23.2, musl: 14.2.0 }
1515
arch:
1616
[
1717
aarch64-linux-musl, #OK

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os_name: [ ubuntu ]
1414
ver:
15-
- { onnx: v1.23.1, cmake: 3.28.6, python: 3.10.11, gradle: 8.6, jdk: openjdk-11-jdk }
15+
- { onnx: v1.23.2, cmake: 3.28.6, python: 3.10.11, gradle: 8.6, jdk: openjdk-11-jdk }
1616
list:
1717
- { os_ver: 22.04, os_id: jammy }
1818
arch:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
ver:
12-
- { onnx: v1.23.1, python: 3.10.11, jdk: 11, gradle: 8.6 }
12+
- { onnx: v1.23.2, python: 3.10.11, jdk: 11, gradle: 8.6 }
1313
list:
1414
- { win_ver: 2022, vs_name: vs2022, vs_ver: v143, vs_path: 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise' }
1515
arch:

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set shell := ["powershell", "-c"]
1010
# Set shell for Windows OSs:
1111
set windows-shell := ["powershell.exe", "-NoLogo", "-Command"]
1212

13-
onnx := "v1.23.1"
13+
onnx := "v1.23.2"
1414
vs := "vs2022"
1515

1616
default:

0 commit comments

Comments
 (0)