Skip to content

Commit

Permalink
Update CI to use clang-format 14
Browse files Browse the repository at this point in the history
  • Loading branch information
SiarheiFedartsou committed Oct 4, 2022
1 parent 1293530 commit 92186cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osrm-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

format-taginfo-docs:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Use Node.js
Expand All @@ -90,7 +90,7 @@ jobs:
npm ci --ignore-scripts
which clang-format
ls /usr/bin
clang-format-14.0 --version
clang-format-14 --version
- name: Run checks
run: |
./scripts/check_taginfo.py taginfo.json profiles/car.lua
Expand Down

0 comments on commit 92186cb

Please sign in to comment.