From 65e672dde41f151296ac67998929aa97a45879ad Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Sat, 25 Jan 2025 10:39:53 +0900 Subject: [PATCH] ci: drop c++98 --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c72ed8c..0ec97b16 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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