File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
13
13
check :
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-22.04
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
Original file line number Diff line number Diff line change 27
27
jobs :
28
28
29
29
build-ubuntu :
30
- runs-on : ubuntu-latest
30
+ runs-on : ubuntu-22.04
31
31
steps :
32
32
- uses : actions/checkout@v4
33
33
with :
Original file line number Diff line number Diff line change 11
11
12
12
build_docker_image :
13
13
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-22.04
15
15
16
16
steps :
17
17
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 20
20
jobs :
21
21
22
22
check :
23
- runs-on : ubuntu-latest
23
+ runs-on : ubuntu-22.04
24
24
steps :
25
25
- uses : actions/checkout@v4
26
26
Original file line number Diff line number Diff line change 14
14
jobs :
15
15
16
16
test :
17
- runs-on : ubuntu-latest
17
+ runs-on : ubuntu-22.04
18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
You can’t perform that action at this time.
0 commit comments