Skip to content

Commit 5361166

Browse files
Update runner to ubuntu-latest
1 parent 79e3852 commit 5361166

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/CD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ on:
1414
jobs:
1515
CD:
1616

17-
# https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
18-
runs-on: ubuntu-20.04
17+
# https://github.com/actions/runner-images
18+
runs-on: ubuntu-latest
1919

2020
steps:
2121
- uses: actions/checkout@v3

.github/workflows/CI.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ on:
99

1010
jobs:
1111
CI:
12-
13-
# https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md
14-
runs-on: ubuntu-20.04
12+
# https://github.com/actions/runner-images
13+
runs-on: ubuntu-latest
1514

1615
steps:
1716
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)