mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip e2e] update to use real ubuntu 18.04 instead of latest (#13847)
Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
fc6c39cc88
commit
f5dae91a9b
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -35,7 +35,7 @@ on:
|
||||
jobs:
|
||||
ubuntu:
|
||||
name: Build and test AMD64 Ubuntu ${{ matrix.ubuntu }}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-${{ matrix.ubuntu }}
|
||||
timeout-minutes: 90
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user