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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu22.04, amazonlinux2023, rockylinux8]
|
||||
os: [ubuntu20.04, ubuntu22.04, amazonlinux2023, rockylinux8]
|
||||
env:
|
||||
OS_NAME: ${{ matrix.os }}
|
||||
IMAGE_ARCH: ${{ matrix.arch }}
|
||||
|
|
Loading…
Reference in New Issue