File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
# Runtime Tests
6
6
runtime-test :
7
7
name : Runtime Tests
8
- runs-on : ubuntu-latest
8
+ runs-on : ubuntu-16.04
9
9
steps :
10
10
- uses : actions/checkout@v2
11
11
57
57
# Self-host Tests
58
58
self-host-test :
59
59
name : Self-host Tests
60
- runs-on : ubuntu-latest
60
+ runs-on : ubuntu-16.04
61
61
steps :
62
62
- uses : actions/checkout@v2
63
63
96
96
# Self-parity Tests
97
97
self-parity-test :
98
98
name : Self-parity Tests
99
- runs-on : ubuntu-latest
99
+ runs-on : ubuntu-16.04
100
100
steps :
101
101
- uses : actions/checkout@v2
102
102
@@ -135,7 +135,7 @@ jobs:
135
135
# Compiler Tests
136
136
compiler-test :
137
137
name : Compiler Tests
138
- runs-on : ubuntu-latest
138
+ runs-on : ubuntu-16.04
139
139
steps :
140
140
- uses : actions/checkout@v2
141
141
@@ -169,7 +169,7 @@ jobs:
169
169
# CLI Tests
170
170
cli-test :
171
171
name : CLI Tests
172
- runs-on : ubuntu-latest
172
+ runs-on : ubuntu-16.04
173
173
steps :
174
174
- uses : actions/checkout@v2
175
175
with :
You can’t perform that action at this time.
0 commit comments