We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9990dd6 commit 08f74c0Copy full SHA for 08f74c0
.github/workflows/pythonbuild.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
core:
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
12
13
strategy:
14
matrix:
@@ -48,7 +48,7 @@ jobs:
48
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
49
50
postgres:
51
52
services:
53
54
image: postgres
@@ -100,7 +100,7 @@ jobs:
100
101
102
base:
103
104
env:
105
AWS_DEFAULT_REGION: us-east-1
106
AWS_ACCESS_KEY_ID: accesskey
@@ -159,7 +159,7 @@ jobs:
159
fail_ci_if_error: true
160
verbose: true
161
others:
162
163
164
165
0 commit comments