File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff 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 :
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
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 :
Original file line number Diff line number Diff line change 2525 - ' v*'
2626jobs :
2727 test :
28- runs-on : ubuntu-22 .04
28+ runs-on : ubuntu-20 .04
2929 steps :
3030 - uses : actions/checkout@v2
3131 with :
Original file line number Diff line number Diff line change 2727
2828jobs :
2929 e2e-rust :
30- runs-on : ubuntu-22 .04
30+ runs-on : ubuntu-20 .04
3131 steps :
3232 - uses : actions/checkout@v2
3333 with :
You can’t perform that action at this time.
0 commit comments