diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index d4a39b1..89384e8 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -80,7 +80,7 @@ jobs: } ] }, - { "versions": ["19", "18"], + { "versions": ["19"], "tests": [ { "cxxversions": ["c++26", "c++23", "c++20"], "tests": [ @@ -89,7 +89,7 @@ jobs: } ] }, - { "versions": ["17"], + { "versions": ["18", "17"], "tests": [ { "cxxversions": ["c++26", "c++23", "c++20"], "tests": [{"stdlibs": ["libc++"], "tests": ["Release.Default"]}]