Skip to content

Commit cff8b8a

Browse files
authored
ONNX Runtimeのバージョンをv1.14.1に上げる (#11)
1 parent a931b6f commit cff8b8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
result_dir: build/Linux/Release
3434

3535
env:
36-
ONNXRUNTIME_VERSION: v1.13.1
36+
ONNXRUNTIME_VERSION: v1.14.1
3737
# prefix usage: "", "arm-linux-gnueabihf-" => "gcc-8", "arm-linux-gnueabihf-gcc-8" (command name)
3838
# suffix usage: "", "-arm-linux-gnueabihf" => "gcc-8", "gcc-8-arm-linux-gnueabihf" (package name)
3939
ARCH_PREFIX: "${{ (matrix.arch != '' && matrix.arch) || '' }}${{ (matrix.arch != '' && '-') || '' }}"
@@ -74,11 +74,11 @@ jobs:
7474
g++-${{ matrix.cxx_version }}${{ env.ARCH_SUFFIX }} \
7575
python3
7676
77-
# ONNX Runtime v1.9.0 requires CMake 3.18 or higher.
77+
# ONNX Runtime v1.14.1 requires CMake 3.24 or higher.
7878
- name: Install CMake
7979
if: steps.cache-build-result.outputs.cache-hit != 'true'
8080
env:
81-
CMAKE_VERSION: 3.22.0-rc2
81+
CMAKE_VERSION: 3.24.4
8282
run: |
8383
wget -O cmake.sh "https://github.com/Kitware/CMake/releases/download/v${{ env.CMAKE_VERSION }}/cmake-${{ env.CMAKE_VERSION }}-linux-x86_64.sh"
8484
sudo bash cmake.sh --skip-license --prefix=/usr/local

0 commit comments

Comments
 (0)