Skip to content

Commit 8ba4e36

Browse files
author
kr-2003
committed
moving codecov from ub-arm to ub-x86
1 parent 9c94230 commit 8ba4e36

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/main.yml

Lines changed: 9 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
@@ -82,6 +73,15 @@ jobs:
8273
llvm_enable_projects: "clang"
8374
llvm_targets_to_build: "host;NVPTX"
8475
# Ubuntu X86 Jobs
76+
- name: ubu24-x86-gcc12-clang-repl-20-coverage
77+
os: ubuntu-24.04
78+
compiler: gcc-12
79+
clang-runtime: '20'
80+
cling: Off
81+
cppyy: Off
82+
llvm_enable_projects: "clang"
83+
llvm_targets_to_build: "host;NVPTX"
84+
coverage: true
8585
- name: ubu24-x86-gcc12-clang-repl-20
8686
os: ubuntu-24.04
8787
compiler: gcc-12

0 commit comments

Comments
 (0)