Skip to content

Commit b2b187d

Browse files
committed
20.04 to 22.04
1 parent 3998241 commit b2b187d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/json-check.yml

Lines changed: 1 addition & 1 deletion
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-22.04
1515
if: github.event.pull_request.draft == false
1616
steps:
1717
- uses: actions/checkout@v2

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
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-22.04
1616
if: github.event.pull_request.draft == false
1717
strategy:
1818
matrix:

0 commit comments

Comments
 (0)