Skip to content

Commit 8cface4

Browse files
committed
Lock ubuntu versions.
1 parent 84993a0 commit 8cface4

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
- fmt
3838
- check-and-test
3939
- doc
40-
runs-on: ubuntu-22.04
40+
runs-on: ubuntu-20.04
4141
steps:
4242
- uses: actions/checkout@v2
4343
with:
4444
submodules: 'recursive'
4545

4646
license-check:
47-
runs-on: ubuntu-22.04
47+
runs-on: ubuntu-20.04
4848
steps:
4949
- uses: actions/checkout@v2
5050
with:
@@ -59,7 +59,7 @@ jobs:
5959
config: .github/licenserc.yaml
6060

6161
fmt:
62-
runs-on: ubuntu-22.04
62+
runs-on: ubuntu-20.04
6363
steps:
6464
- uses: actions/checkout@v2
6565
with:
@@ -76,12 +76,11 @@ jobs:
7676
features:
7777
- ""
7878
- "--all-features"
79-
runs-on: ubuntu-22.04
79+
runs-on: ubuntu-20.04
8080
steps:
8181
- uses: actions/checkout@v2
8282
with:
8383
submodules: 'recursive'
84-
- run: sudo apt-cache madison protobuf-compiler
8584
- name: Install protoc
8685
run: sudo apt-get install -y protobuf-compiler=3.6.1.3-2ubuntu5
8786
- name: Install Rust toolchain
@@ -94,7 +93,7 @@ jobs:
9493
run: cargo test --workspace --release ${{ matrix.features }}
9594

9695
doc:
97-
runs-on: ubuntu-22.04
96+
runs-on: ubuntu-20.04
9897
steps:
9998
- uses: actions/checkout@v2
10099
with:

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
- 'v*'
2626
jobs:
2727
test:
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-20.04
2929
steps:
3030
- uses: actions/checkout@v2
3131
with:

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727

2828
jobs:
2929
e2e-rust:
30-
runs-on: ubuntu-22.04
30+
runs-on: ubuntu-20.04
3131
steps:
3232
- uses: actions/checkout@v2
3333
with:

0 commit comments

Comments
 (0)