We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a3f3c commit 42d40bfCopy full SHA for 42d40bf
1 file changed
.github/workflows/cmake.yml
@@ -20,15 +20,15 @@ jobs:
20
config:
21
- {
22
name: "Ubuntu 24.04 GCC",
23
- os: "ubuntu-24.04",
+ os: "self-hosted",
24
cc: "/usr/bin/gcc",
25
cxx: "/usr/bin/g++",
26
format: "/usr/bin/clang-format-15",
27
tidy: "/usr/bin/clang-tidy-15",
28
}
29
30
name: "Ubuntu 24.04 Clang",
31
32
cc: "/usr/bin/clang-15",
33
cxx: "/usr/bin/clang++-15",
34
0 commit comments