Skip to content

Commit

Permalink
Test Github CI in Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
lanlou1554 committed Mar 19, 2024
1 parent 0074882 commit 69a8ce8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
matrix:
config:
- {
name: "Ubuntu 22.04 GCC",
os: "ubuntu-22.04",
name: "Ubuntu 20.04 GCC",
os: "ubuntu-20.04",
cc: "/usr/bin/gcc",
cxx: "/usr/bin/g++",
format: "/usr/bin/clang-format-14",
tidy: "/usr/bin/clang-tidy-14",
}
- {
name: "Ubuntu 22.04 Clang",
os: "ubuntu-22.04",
name: "Ubuntu 20.04 Clang",
os: "ubuntu-20.04",
cc: "/usr/bin/clang-14",
cxx: "/usr/bin/clang++-14",
format: "/usr/bin/clang-format-14",
Expand Down

0 comments on commit 69a8ce8

Please sign in to comment.