Skip to content

Commit 15c1d15

Browse files
authored
Merge pull request #6442 from filecoin-project/ubuntu-20-04-deprecation
chore: update ubuntu 20.04 to ubuntu-latest
2 parents ab17142 + 1a097b9 commit 15c1d15

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/baisc_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212

1313
check:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
1717

.github/workflows/common_build_upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727
jobs:
2828

2929
build-ubuntu:
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v4
3333
with:

.github/workflows/common_docker_image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
build_docker_image:
1313

14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515

1616
steps:
1717
- uses: actions/checkout@v4
@@ -48,6 +48,6 @@ jobs:
4848
curl -O https://raw.githubusercontent.com/filecoin-project/venus-docs/master/script/dockerfile
4949
make docker TAG=latest
5050
docker tag ${{steps.vars.outputs.docker_user_name}}/${{steps.vars.outputs.repo_name}}:latest ${{steps.vars.outputs.docker_user_name}}/${{steps.vars.outputs.repo_name}}:${{ steps.vars.outputs.github_tag }}
51-
docker login --username=${{steps.vars.outputs.docker_user_name}} --password ${{ secrets.DOCKER_PASSWORD }}
51+
docker login --username=${{steps.vars.outputs.docker_user_name}} --password ${{ secrets.DOCKER_PASSWORD }}
5252
docker push ${{steps.vars.outputs.docker_user_name}}/${{steps.vars.outputs.repo_name}}:${{ steps.vars.outputs.github_tag }}
5353
docker push ${{steps.vars.outputs.docker_user_name}}/${{steps.vars.outputs.repo_name}}:latest

.github/workflows/common_go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121

2222
check:
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v4
2626

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515

1616
test:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
2020

0 commit comments

Comments
 (0)