Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxiaocs7 committed Dec 4, 2023
1 parent 74d4a7d commit 9716de1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_stst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
code_statistics:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
steps:
- id: stat_cmd
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rocksdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# job: openSource and no auth
openSource_no_auth:
name: openSource and no auth
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
steps:
- name: install JDK 8
uses: actions/setup-java@v2
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
# job: openSource and exist auth
openSource_exist_auth:
name: openSource and exist auth
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
steps:
- name: install JDK 8
uses: actions/setup-java@v2
Expand Down

0 comments on commit 9716de1

Please sign in to comment.