Skip to content

Commit 31c90ca

Browse files
committed
onnxruntime version 1.18.1
1 parent 3ac9296 commit 31c90ca

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/android.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ver:
14-
- { onnx: v1.18.0, ndk: 26.1.10909125, python: 3.8.18, jdk: 11, gradle: 8.5 }
14+
- { onnx: v1.18.1, ndk: 26.1.10909125, python: 3.8.18, jdk: 11, gradle: 8.5 }
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.18.0 }
123+
- { onnx: v1.18.1 }
124124

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

.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
ver:
13-
- { onnx: v1.18.0, python: 3.8.10, jdk: 11, gradle: 8.6 }
13+
- { onnx: v1.18.1, python: 3.8.10, jdk: 11, gradle: 8.6 }
1414
list:
1515
- { os_ver: 12, java: 8 }
1616
- { os_ver: 13, java: 8 }

.github/workflows/musl-gcc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
ver:
14-
- { onnx: v1.18.0, musl: 13.2.0 }
14+
- { onnx: v1.18.1, musl: 13.2.0 }
1515
arch:
1616
[
1717
aarch64-linux-musl, #OK

.github/workflows/ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
os_name: [ ubuntu ]
1414
ver:
15-
- { onnx: v1.18.0, cmake: 3.28.6, python: 3.8.18, gradle: 8.6, jdk: openjdk-11-jdk }
15+
- { onnx: v1.18.1, cmake: 3.28.6, python: 3.8.18, gradle: 8.6, jdk: openjdk-11-jdk }
1616
list:
1717
- { os_ver: 20.04, os_id: focal }
1818
- { os_ver: 22.04, os_id: jammy }

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
ver:
12-
- { onnx: v1.18.0, python: 3.8.10, jdk: 11, gradle: 8.6 }
12+
- { onnx: v1.18.1, python: 3.8.10, 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:

0 commit comments

Comments
 (0)