Skip to content

Commit

Permalink
fix: Use ubuntu22.04 instead of latest (#2615)
Browse files Browse the repository at this point in the history
See also: #2612

Signed-off-by: yangxuan <[email protected]>
  • Loading branch information
XuanYang-cn authored Feb 7, 2025
1 parent 133eecc commit 09761b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_milvus_proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Run Check Proto
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [3.8, 3.12]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
code-lint:
name: Code lint check
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [3.8, 3.12]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
python-version: [3.8]
env:
IMAGE_REPO: "milvusdb"
TAG_PREFIX: "master-"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.12]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-22.04, windows-2022]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 09761b0

Please sign in to comment.