Skip to content

Commit 08f74c0

Browse files
authored
Update ubuntu image to 22.04
1 parent 9990dd6 commit 08f74c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pythonbuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
core:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212

1313
strategy:
1414
matrix:
@@ -48,7 +48,7 @@ jobs:
4848
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4949

5050
postgres:
51-
runs-on: ubuntu-20.04
51+
runs-on: ubuntu-22.04
5252
services:
5353
postgres:
5454
image: postgres
@@ -100,7 +100,7 @@ jobs:
100100
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
101101

102102
base:
103-
runs-on: ubuntu-20.04
103+
runs-on: ubuntu-22.04
104104
env:
105105
AWS_DEFAULT_REGION: us-east-1
106106
AWS_ACCESS_KEY_ID: accesskey
@@ -159,7 +159,7 @@ jobs:
159159
fail_ci_if_error: true
160160
verbose: true
161161
others:
162-
runs-on: ubuntu-20.04
162+
runs-on: ubuntu-22.04
163163

164164
strategy:
165165
matrix:

0 commit comments

Comments
 (0)