Skip to content

Commit 42d40bf

Browse files
authored
Change OS configuration to self-hosted for CI (#838)
1 parent c3a3f3c commit 42d40bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
config:
2121
- {
2222
name: "Ubuntu 24.04 GCC",
23-
os: "ubuntu-24.04",
23+
os: "self-hosted",
2424
cc: "/usr/bin/gcc",
2525
cxx: "/usr/bin/g++",
2626
format: "/usr/bin/clang-format-15",
2727
tidy: "/usr/bin/clang-tidy-15",
2828
}
2929
- {
3030
name: "Ubuntu 24.04 Clang",
31-
os: "ubuntu-24.04",
31+
os: "self-hosted",
3232
cc: "/usr/bin/clang-15",
3333
cxx: "/usr/bin/clang++-15",
3434
format: "/usr/bin/clang-format-15",

0 commit comments

Comments
 (0)