Skip to content

Commit

Permalink
use linux for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chaserli committed Oct 5, 2023
1 parent 83da5f4 commit d034ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
formatting-check:
name: Formatting Check
runs-on: windows-latest
runs-on: ubuntu-latest
strategy:
matrix:
path:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down

1 comment on commit d034ff1

@Metadorius
Copy link
Member

Choose a reason for hiding this comment

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

It would be better to lock the version for future-proofing

Please sign in to comment.