Skip to content

Commit

Permalink
fix: [24]Use ubuntu22.04 instead of latest (#2616)
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 8e8e951 commit 34eea0a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 31 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
28 changes: 0 additions & 28 deletions .github/workflows/doc_update_event.yml

This file was deleted.

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 34eea0a

Please sign in to comment.