Skip to content

Commit 256004a

Browse files
committed
Remove gcc 4.8 and 4.9 GitHub Actions jobs.
These compilers don't provide std::is_trivially_copyable type trait, which is now required.
1 parent 7e3e9a5 commit 256004a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,6 @@ jobs:
3333
matrix:
3434
include:
3535
# Linux, gcc
36-
- toolset: gcc-4.8
37-
cxxstd: "11"
38-
os: ubuntu-latest
39-
container: ubuntu:18.04
40-
install:
41-
- g++-4.8
42-
- toolset: gcc-4.9
43-
cxxstd: "11"
44-
os: ubuntu-latest
45-
container: ubuntu:16.04
46-
install:
47-
- g++-4.9
4836
- toolset: gcc-5
4937
cxxstd: "11,14,1z"
5038
os: ubuntu-latest

0 commit comments

Comments
 (0)