diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-24 19:48:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-24 19:48:50 +0300 |
commit | 8b224174feec7901e7a82d32be4a45ebc49d3c68 (patch) | |
tree | 7610e237e1b5fc8652c0856afd2d53bcb36c5577 /.github/workflows/ci.yml | |
parent | update cmake-common (diff) | |
download | winapi-common-8b224174feec7901e7a82d32be4a45ebc49d3c68.tar.gz winapi-common-8b224174feec7901e7a82d32be4a45ebc49d3c68.zip |
workflows/ci: Bionic to Focal
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5da18f1..df63d9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: jobs: lint: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 name: Linting if: github.ref == 'refs/heads/master' steps: @@ -19,7 +19,7 @@ jobs: with: submodules: recursive - name: Run clang-format - run: ./cmake/tools/clang-format.py --clang-format clang-format-9 + run: ./cmake/tools/clang-format.py --clang-format clang-format-10 build: strategy: |