Skip to content

Commit 417f118

Browse files
Remove duplicated CI configurations (#2108)
1 parent e11ac89 commit 417f118

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/ci-testing.yml

-18
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,6 @@ jobs:
109109
build_type: release
110110
backend: tbb
111111
device_type: HOST
112-
- os: ubuntu-latest
113-
cxx_compiler: g++
114-
std: 17
115-
build_type: release
116-
backend: tbb
117-
device_type: HOST
118112
- os: ubuntu-latest
119113
cxx_compiler: clang++
120114
std: 17
@@ -127,18 +121,6 @@ jobs:
127121
build_type: release
128122
backend: omp
129123
device_type: HOST
130-
- os: ubuntu-latest
131-
cxx_compiler: clang++
132-
std: 17
133-
build_type: release
134-
backend: tbb
135-
device_type: HOST
136-
- os: ubuntu-latest
137-
cxx_compiler: icpx
138-
std: 17
139-
build_type: release
140-
backend: tbb
141-
device_type: HOST
142124
- os: ubuntu-latest
143125
cxx_compiler: g++
144126
std: 17

0 commit comments

Comments
 (0)