Skip to content

Commit

Permalink
ci: drop c++98
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kwsm committed Jan 25, 2025
1 parent 18e34dc commit 65e672d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
run: |
export CXX=${{matrix.compiler}}
make test cxxstd=c++11 defines=${{matrix.defines}} config=release -j2
make test cxxstd=c++98 defines=${{matrix.defines}} config=debug -j2
make test cxxstd=c++17 defines=${{matrix.defines}} config=debug -j2
make test defines=${{matrix.defines}} config=sanitize -j2
- name: make coverage
Expand Down

0 comments on commit 65e672d

Please sign in to comment.