Skip to content

Commit

Permalink
Use ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNormalnij committed Oct 26, 2024
1 parent 7cda9dc commit 9fb6d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: clang-format Check
on: [push, pull_request]
jobs:
clang-format-checking:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: RafikFarhad/clang-format-github-action@v3
Expand Down

0 comments on commit 9fb6d32

Please sign in to comment.