mirror of https://github.com/milvus-io/milvus.git
enhance: [skip e2e] enable ubuntu20.04 os (#35482)
Signed-off-by: Yellow Shine <sammy.huang@zilliz.com>pull/35508/head
parent
b896143965
commit
1275005fc1
|
@ -28,7 +28,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu22.04, amazonlinux2023, rockylinux8]
|
os: [ubuntu20.04, ubuntu22.04, amazonlinux2023, rockylinux8]
|
||||||
env:
|
env:
|
||||||
OS_NAME: ${{ matrix.os }}
|
OS_NAME: ${{ matrix.os }}
|
||||||
IMAGE_ARCH: ${{ matrix.arch }}
|
IMAGE_ARCH: ${{ matrix.arch }}
|
||||||
|
|
Loading…
Reference in New Issue