diff options
author | Valery Piashchynski <[email protected]> | 2022-02-21 10:46:44 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-21 10:46:44 +0300 |
commit | 6f690001175859149910eadc33f4306ba2e3015d (patch) | |
tree | 7c8b06ba54a03739c76a11c5583e19fb940673b6 /.github/workflows/release_grpc.yml | |
parent | fcb4900febce77c96ffaa8bad2fb02071cb2c689 (diff) | |
parent | 1d9b334f29b229847587f2f48d414e76467cf0b9 (diff) |
[#1019]: release: `v2.8.1`v2.8.1
Diffstat (limited to '.github/workflows/release_grpc.yml')
-rw-r--r-- | .github/workflows/release_grpc.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_grpc.yml b/.github/workflows/release_grpc.yml index 8ba527d8..f57e6f7e 100644 --- a/.github/workflows/release_grpc.yml +++ b/.github/workflows/release_grpc.yml @@ -7,7 +7,7 @@ on: jobs: build: name: Build for ${{ matrix.os }} (${{ matrix.arch }}, ${{ matrix.compiler }}) - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: |