Skip to content

Commit 857ede4

Browse files
minhkhulmelange396
andauthored
Deal with Ubuntu 20.04 Actions runner image deprecation (#2143)
* 20.04 to "latest" * Update .github/workflows/json-check.yml Co-authored-by: george <[email protected]> * Update .github/workflows/python-ci.yml Co-authored-by: george <[email protected]> --------- Co-authored-by: george <[email protected]>
1 parent 3998241 commit 857ede4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/json-check.yml

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

1212
jobs:
1313
build:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
if: github.event.pull_request.draft == false
1616
steps:
1717
- uses: actions/checkout@v2

.github/workflows/python-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
if: github.event.pull_request.draft == false
1717
strategy:
1818
matrix:

0 commit comments

Comments
 (0)