File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [pull_request]
5
5
jobs :
6
6
lint :
7
7
name : Lint check
8
- runs-on : ubuntu-18.04
8
+ runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@v1
11
11
- uses : actions/setup-python@v1
19
19
20
20
format :
21
21
name : Formatting check
22
- runs-on : ubuntu-18.04
22
+ runs-on : ubuntu-latest
23
23
24
24
steps :
25
25
- uses : actions/checkout@v1
34
34
35
35
wheel-build :
36
36
name : Wheel test
37
- runs-on : ubuntu-18.04
37
+ runs-on : ubuntu-latest
38
38
39
39
steps :
40
40
- uses : actions/checkout@v1
53
53
54
54
bazel-tests :
55
55
name : Library tests
56
- runs-on : ubuntu-18.04
56
+ runs-on : ubuntu-latest
57
57
needs : [lint, format]
58
58
59
59
steps :
71
71
72
72
leak-tests :
73
73
name : Memory Leak tests
74
- runs-on : ubuntu-18.04
74
+ runs-on : ubuntu-latest
75
75
needs : [lint, format]
76
76
77
77
steps :
89
89
90
90
tutorials-test :
91
91
name : Tutorial tests
92
- runs-on : ubuntu-18.04
92
+ runs-on : ubuntu-latest
93
93
needs : [lint, format, wheel-build]
94
94
95
95
steps :
Original file line number Diff line number Diff line change
1
+
1
2
name : Cirq Compatibility
2
3
3
4
on :
7
8
jobs :
8
9
consistency :
9
10
name : Nightly Compatibility
10
- runs-on : ubuntu-16.04
11
+ runs-on : ubuntu-latest
11
12
steps :
12
13
- uses : actions/checkout@v1
13
14
- uses : actions/setup-python@v1
You can’t perform that action at this time.
0 commit comments