File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
17
17
jobs :
18
18
spelling :
19
19
name : Spellcheck
20
- runs-on : ubuntu-latest
20
+ runs-on : ubuntu-22.04
21
21
steps :
22
22
- uses : actions/checkout@v2
23
23
- name : Set up Python 3.9
45
45
46
46
linkcheck :
47
47
name : Linkcheck
48
- runs-on : ubuntu-latest
48
+ runs-on : ubuntu-22.04
49
49
steps :
50
50
- uses : actions/checkout@v2
51
51
- name : Set up Python 3.9
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ concurrency:
21
21
jobs :
22
22
isort :
23
23
name : isort
24
- runs-on : ubuntu-latest
24
+ runs-on : ubuntu-22.04
25
25
steps :
26
26
- uses : actions/checkout@v2
27
27
- name : Set up Python 3.9
41
41
working-directory : ./src
42
42
flake :
43
43
name : flake8
44
- runs-on : ubuntu-latest
44
+ runs-on : ubuntu-22.04
45
45
steps :
46
46
- uses : actions/checkout@v2
47
47
- name : Set up Python 3.9
61
61
working-directory : ./src
62
62
black :
63
63
name : black
64
- runs-on : ubuntu-latest
64
+ runs-on : ubuntu-22.04
65
65
steps :
66
66
- uses : actions/checkout@v2
67
67
- name : Set up Python 3.9
81
81
working-directory : ./src
82
82
djhtml :
83
83
name : djhtml
84
- runs-on : ubuntu-latest
84
+ runs-on : ubuntu-22.04
85
85
steps :
86
86
- uses : actions/checkout@v2
87
87
- name : Set up Python 3.9
@@ -101,7 +101,7 @@ jobs:
101
101
working-directory : ./src
102
102
packaging :
103
103
name : packaging
104
- runs-on : ubuntu-latest
104
+ runs-on : ubuntu-22.04
105
105
steps :
106
106
- uses : actions/checkout@v2
107
107
- name : Set up Python 3.9
Original file line number Diff line number Diff line change 21
21
22
22
jobs :
23
23
test :
24
- runs-on : ubuntu-latest
24
+ runs-on : ubuntu-22.04
25
25
name : Tests
26
26
strategy :
27
27
fail-fast : false
You can’t perform that action at this time.
0 commit comments