diff options
author | Valery Piashchynski <[email protected]> | 2022-02-20 14:40:15 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-02-20 14:40:15 +0300 |
commit | 1d9b334f29b229847587f2f48d414e76467cf0b9 (patch) | |
tree | 7c8b06ba54a03739c76a11c5583e19fb940673b6 /.github/workflows/release.yml | |
parent | 2c7651debf15b0b4f46bcc1bcb0890f34c2a7807 (diff) |
update CI
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0fb4f5fc..c8657e2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.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: @@ -121,7 +121,7 @@ jobs: docker: name: Build docker image - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v2 |