Skip to content

Commit 640d146

Browse files
committed
update: bump onnxruntime version to 1.22.2
1 parent 1c1d09a commit 640d146

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.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.22.1, ndk: 26.1.10909125, python: 3.10.11, jdk: 17, gradle: 8.6 }
14+
- { onnx: v1.22.2, ndk: 26.1.10909125, python: 3.10.11, jdk: 17, gradle: 8.6 }
1515
list:
1616
- { arch: armeabi-v7a, min: 19 }
1717
- { arch: arm64-v8a, min: 21 }
@@ -120,7 +120,7 @@ jobs:
120120
fail-fast: false
121121
matrix:
122122
ver:
123-
- { onnx: v1.22.1 }
123+
- { onnx: v1.22.2 }
124124

125125
env:
126126
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.22.1, python: 3.10.11, jdk: 11, gradle: 8.6 }
13+
- { onnx: v1.22.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.22.1, musl: 14.2.0 }
14+
- { onnx: v1.22.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.22.1, cmake: 3.28.6, python: 3.10.11, gradle: 8.6, jdk: openjdk-11-jdk }
15+
- { onnx: v1.22.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.22.1, python: 3.10.11, jdk: 11, gradle: 8.6 }
12+
- { onnx: v1.22.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.22.1"
13+
onnx := "v1.22.2"
1414
vs := "vs2022"
1515

1616
default:

0 commit comments

Comments
 (0)