File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 33
33
override : true
34
34
- uses : Swatinem/rust-cache@v1
35
35
- name : Build dependencies for other ubuntu targets
36
- if : inputs.runs_on == 'ubuntu-latest '
36
+ if : inputs.runs_on == 'ubuntu-20.04 '
37
37
run : |
38
38
sudo sed -i 's/azure.archive.ubuntu.com/archive.ubuntu.com/' /etc/apt/sources.list
39
39
sudo apt-get update
Original file line number Diff line number Diff line change 16
16
17
17
jobs :
18
18
publish-release :
19
- runs-on : ubuntu-latest
19
+ runs-on : ubuntu-20.04
20
20
strategy :
21
21
fail-fast : false
22
22
matrix :
Original file line number Diff line number Diff line change 13
13
jobs :
14
14
rust-ci :
15
15
name : " Rust CI: ${{ matrix.job.name }} - ${{ matrix.board.target }}"
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-20.04
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
x86_64-unknown-linux-gnu :
23
23
uses : ./.github/workflows/package.yml
24
24
with :
25
- runs_on : ubuntu-latest
25
+ runs_on : ubuntu-20.04
26
26
target : x86_64-unknown-linux-gnu
27
27
28
28
x86_64-unknown-linux-musl :
29
29
uses : ./.github/workflows/package.yml
30
30
with :
31
- runs_on : ubuntu-latest
31
+ runs_on : ubuntu-20.04
32
32
target : x86_64-unknown-linux-musl
33
33
34
34
# macOS
Original file line number Diff line number Diff line change 13
13
jobs :
14
14
check :
15
15
name : Check
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-20.04
17
17
steps :
18
18
- name : Change apt mirror and install dependencies
19
19
run : |
33
33
34
34
check-lib :
35
35
name : Check (lib)
36
- runs-on : ubuntu-latest
36
+ runs-on : ubuntu-20.04
37
37
steps :
38
38
- name : Change apt mirror and install dependencies
39
39
run : |
54
54
55
55
msrv :
56
56
name : Check MSRV
57
- runs-on : ubuntu-latest
57
+ runs-on : ubuntu-20.04
58
58
steps :
59
59
- name : Change apt mirror and install dependencies
60
60
run : |
74
74
75
75
test-lib :
76
76
name : Unit Test
77
- runs-on : ubuntu-latest
77
+ runs-on : ubuntu-20.04
78
78
steps :
79
79
- name : Change apt mirror and install dependencies
80
80
run : |
95
95
96
96
fmt :
97
97
name : Rustfmt
98
- runs-on : ubuntu-latest
98
+ runs-on : ubuntu-20.04
99
99
steps :
100
100
- uses : actions/checkout@v2
101
101
- uses : actions-rs/toolchain@v1
@@ -112,7 +112,7 @@ jobs:
112
112
113
113
clippy :
114
114
name : Clippy
115
- runs-on : ubuntu-latest
115
+ runs-on : ubuntu-20.04
116
116
steps :
117
117
- name : Change apt mirror and install dependencies
118
118
run : |
You can’t perform that action at this time.
0 commit comments