Skip to content

Commit 6a9d308

Browse files
authored
ubuntu-18.04ubuntu-20.04 (#8)
1 parent e6a8ca1 commit 6a9d308

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
matrix:
1717
include:
1818
- artifact_name: onnxruntime-linux-armhf-cpu
19-
os: ubuntu-18.04
19+
os: ubuntu-20.04
2020
cc_version: '8'
2121
cxx_version: '8'
2222
arch: arm-linux-gnueabihf
2323
ld_symlink_name: ld-linux-armhf.so.3
2424
build_opts: --arm --cmake_extra_defines CMAKE_SYSTEM_NAME=Linux CMAKE_SYSTEM_PROCESSOR=armv7l --config Release --parallel --update --build --build_shared_lib
2525
result_dir: build/Linux/Release
2626
- artifact_name: onnxruntime-linux-arm64-cpu
27-
os: ubuntu-18.04
27+
os: ubuntu-20.04
2828
cc_version: '8'
2929
cxx_version: '8'
3030
arch: aarch64-linux-gnu

0 commit comments

Comments
 (0)