Skip to content

Commit

Permalink
retire ci for gcc 4,5,6
Browse files Browse the repository at this point in the history
  • Loading branch information
CJLove committed Dec 14, 2024
1 parent fec8c35 commit 6332c41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
strategy:
matrix:
config:
- { compiler: gcc, version: 4, build_type: Debug, cppstd: 11 }
- { compiler: gcc, version: 5, build_type: Debug, cppstd: 11 }
- { compiler: gcc, version: 6, build_type: Debug, cppstd: 11 }
# - { compiler: gcc, version: 4, build_type: Debug, cppstd: 11 }
# - { compiler: gcc, version: 5, build_type: Debug, cppstd: 11 }
# - { compiler: gcc, version: 6, build_type: Debug, cppstd: 11 }
- { compiler: gcc, version: 7, build_type: Debug, cppstd: 11 }
- { compiler: gcc, version: 8, build_type: Debug, cppstd: 11 }
- { compiler: gcc, version: 9, build_type: Debug, cppstd: 11 }
Expand Down

0 comments on commit 6332c41

Please sign in to comment.