Skip to content

Commit

Permalink
Run format jobs on 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 committed Sep 29, 2023
1 parent ff80b84 commit b7a6d9f
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
clang_format:
name: Clang-Format
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
cmake_format:
name: CMake-Format
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1

Expand Down

0 comments on commit b7a6d9f

Please sign in to comment.