File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ concurrency:
7
7
jobs :
8
8
unacceptable-language-check :
9
9
name : Unacceptable language check
10
- runs-on : ubuntu-latest
10
+ runs-on : ubuntu-22.04
11
11
timeout-minutes : 1
12
12
steps :
13
13
- name : Checkout repository
17
17
18
18
license-header-check :
19
19
name : License headers check
20
- runs-on : ubuntu-latest
20
+ runs-on : ubuntu-22.04
21
21
timeout-minutes : 1
22
22
steps :
23
23
- name : Checkout repository
27
27
28
28
format-check :
29
29
name : Format check
30
- runs-on : ubuntu-latest
30
+ runs-on : ubuntu-22.04
31
31
timeout-minutes : 5
32
32
steps :
33
33
- name : Checkout repository
43
43
44
44
broken-symlinks-check :
45
45
name : Broken symlinks check
46
- runs-on : ubuntu-latest
46
+ runs-on : ubuntu-22.04
47
47
timeout-minutes : 1
48
48
steps :
49
49
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ concurrency:
9
9
jobs :
10
10
unit-test :
11
11
name : Unit Test
12
- runs-on : ubuntu-latest
12
+ runs-on : ubuntu-22.04
13
13
timeout-minutes : 10
14
14
strategy :
15
15
fail-fast : false
You can’t perform that action at this time.
0 commit comments