File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
jobs :
15
15
16
16
lint :
17
- runs-on : ubuntu-20 .04
17
+ runs-on : ubuntu-22 .04
18
18
name : lint with isort, Black & flake8
19
19
steps :
20
20
- uses : actions/checkout@v3
37
37
poetry run flake8
38
38
39
39
test :
40
- runs-on : ubuntu-20 .04
40
+ runs-on : ubuntu-22 .04
41
41
timeout-minutes : 15
42
42
strategy :
43
43
matrix :
96
96
publish-docker-latest :
97
97
name : publish latest Docker image
98
98
needs : [lint, test]
99
- runs-on : ubuntu-20 .04
99
+ runs-on : ubuntu-22 .04
100
100
timeout-minutes : 15
101
101
if : github.event_name == 'push' && github.ref == 'refs/heads/main'
102
102
steps :
@@ -123,7 +123,7 @@ jobs:
123
123
publish-release :
124
124
name : publish release
125
125
needs : [lint, test]
126
- runs-on : ubuntu-20 .04
126
+ runs-on : ubuntu-22 .04
127
127
if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
128
128
steps :
129
129
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments