Skip to content

Commit 31e2f54

Browse files
authored
Merge pull request #1825 from borglab/turnoff-gcc9-tbb-python
2 parents caf85c2 + 98cd11d commit 31e2f54

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build-python.yml

-7
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
name:
3030
[
3131
ubuntu-20.04-gcc-9,
32-
ubuntu-20.04-gcc-9-tbb,
3332
ubuntu-20.04-clang-9,
3433
macos-12-xcode-14.2,
3534
macos-14-xcode-15.4,
@@ -44,12 +43,6 @@ jobs:
4443
compiler: gcc
4544
version: "9"
4645

47-
- name: ubuntu-20.04-gcc-9-tbb
48-
os: ubuntu-20.04
49-
compiler: gcc
50-
version: "9"
51-
flag: tbb
52-
5346
- name: ubuntu-20.04-clang-9
5447
os: ubuntu-20.04
5548
compiler: clang

0 commit comments

Comments
 (0)