Skip to content

Commit cc3fcac

Browse files
authored
Update coverage bot to Ubuntu 24.04 x86 bot
1 parent 2ec0b9a commit cc3fcac

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ jobs:
2323
matrix:
2424
include:
2525
# Ubuntu Arm Jobs
26-
- name: ubu22-arm-gcc12-clang-repl-20-coverage
27-
os: ubuntu-22.04-arm
28-
compiler: gcc-12
29-
clang-runtime: '20'
30-
cling: Off
31-
cppyy: Off
32-
llvm_enable_projects: "clang"
33-
llvm_targets_to_build: "host;NVPTX"
34-
coverage: true
3526
- name: ubu24-arm-gcc12-clang-repl-20
3627
os: ubuntu-24.04-arm
3728
compiler: gcc-12
@@ -66,6 +57,15 @@ jobs:
6657
llvm_enable_projects: "clang"
6758
llvm_targets_to_build: "host;NVPTX"
6859
# Ubuntu X86 Jobs
60+
- name: ubu24-x86-gcc12-clang-repl-20-coverage
61+
os: ubuntu-24.04
62+
compiler: gcc-12
63+
clang-runtime: '20'
64+
cling: Off
65+
cppyy: Off
66+
llvm_enable_projects: "clang"
67+
llvm_targets_to_build: "host;NVPTX"
68+
coverage: true
6969
- name: ubu24-x86-gcc12-clang-repl-20
7070
os: ubuntu-24.04
7171
compiler: gcc-12
@@ -290,3 +290,4 @@ jobs:
290290
# When debugging increase to a suitable value!
291291
timeout-minutes: 30
292292

293+

0 commit comments

Comments
 (0)