Skip to content

Commit 2273e03

Browse files
committed
removing gcc 7 from github actions due to gcc bug
1 parent 180fdc3 commit 2273e03

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/unit_tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343
- compiler: gcc-8 g++-8
4444
cc: "/usr/bin/gcc-8"
4545
cxx: "/usr/bin/g++-8"
46-
- compiler: gcc-7 g++-7
47-
cc: "/usr/bin/gcc-7"
48-
cxx: "/usr/bin/g++-7"
49-
5046

5147
steps:
5248
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)