Skip to content

Commit 471573a

Browse files
committed
update ubuntu github runner from 18.04 to latest
1 parent 743a4f6 commit 471573a

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [pull_request]
55
jobs:
66
lint:
77
name: Lint check
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v1
1111
- uses: actions/setup-python@v1
@@ -19,7 +19,7 @@ jobs:
1919

2020
format:
2121
name: Formatting check
22-
runs-on: ubuntu-18.04
22+
runs-on: ubuntu-latest
2323

2424
steps:
2525
- uses: actions/checkout@v1
@@ -34,7 +34,7 @@ jobs:
3434

3535
wheel-build:
3636
name: Wheel test
37-
runs-on: ubuntu-18.04
37+
runs-on: ubuntu-latest
3838

3939
steps:
4040
- uses: actions/checkout@v1
@@ -53,7 +53,7 @@ jobs:
5353

5454
bazel-tests:
5555
name: Library tests
56-
runs-on: ubuntu-18.04
56+
runs-on: ubuntu-latest
5757
needs: [lint, format]
5858

5959
steps:
@@ -71,7 +71,7 @@ jobs:
7171

7272
leak-tests:
7373
name: Memory Leak tests
74-
runs-on: ubuntu-18.04
74+
runs-on: ubuntu-latest
7575
needs: [lint, format]
7676

7777
steps:
@@ -89,7 +89,7 @@ jobs:
8989

9090
tutorials-test:
9191
name: Tutorial tests
92-
runs-on: ubuntu-18.04
92+
runs-on: ubuntu-latest
9393
needs: [lint, format, wheel-build]
9494

9595
steps:

.github/workflows/cirq_compatibility.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
name: Cirq Compatibility
23

34
on:
@@ -7,7 +8,7 @@ on:
78
jobs:
89
consistency:
910
name: Nightly Compatibility
10-
runs-on: ubuntu-16.04
11+
runs-on: ubuntu-latest
1112
steps:
1213
- uses: actions/checkout@v1
1314
- uses: actions/setup-python@v1

0 commit comments

Comments
 (0)