Skip to content

Commit

Permalink
use ubuntu for format
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Aug 7, 2023
1 parent af1a11a commit 1b67fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
format:
name: Check code style
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cpp-linter/cpp-linter-action@v2
Expand Down

1 comment on commit 1b67fc2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cpp-Linter Report ⚠️

Some files did not pass the configured checks!

clang-format reports: 20 file(s) not formatted
  • Selector.h
  • Address.h
  • Output.h
  • Location.h
  • ImageHeader.h
  • LocationBase.h
  • Extern.h
  • Util.h
  • Output.mm
  • Location.mm

Have any feedback or feature suggestions? Share it here.

Please sign in to comment.