aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-24 19:37:02 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-24 19:37:02 +0300
commita98935b71aada84841f2563b66086708f686ddac (patch)
tree8c109f0574ebfc9a9669fbf2902ad3f490ce9f01 /.github/workflows/ci.yml
parentadd CTest tests (diff)
downloadwinapi-utf8-a98935b71aada84841f2563b66086708f686ddac.tar.gz
winapi-utf8-a98935b71aada84841f2563b66086708f686ddac.zip
workflows/ci: Bionic to Focal
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d6e40a5..b5d2c04 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: