Skip to content

Commit

Permalink
Fix CI file format
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz committed Nov 29, 2023
1 parent 71ce830 commit f8516d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- master

jobs:
clang-format-check:
clang-format-check:
runs-on: macos-11
steps:
- name: Clone repository
Expand All @@ -22,7 +22,7 @@ clang-format-check:
- name: Run clang format check
run: |
bash scripts/check-clang.sh
mac-os-build-clang:
runs-on: macos-12
env:
Expand Down

0 comments on commit f8516d4

Please sign in to comment.