Skip to content

Commit 7beccc7

Browse files
authored
Merge pull request #408 from filecoin-project/ubuntu-20-04-deprecation
chore: update ubuntu 20.04 to ubuntu-latest
2 parents 35b7b95 + a5756c3 commit 7beccc7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_docker_buildenv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
build-and-deploy:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4

.github/workflows/build_docker_runtime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build-and-deploy:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build-and-deploy:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)