From 6b67054071c48ec5685b28139be04ed19cc190e1 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 28 Feb 2023 23:58:39 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4abc5f7d..10e8e864 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,6 @@ jobs: - { compiler: gcc, version: 9, build_type: Release, cppstd: 17 } - { compiler: gcc, version: 11, build_type: Debug, cppstd: 20 } - { compiler: gcc, version: 12, build_type: Release, cppstd: 20 } - - { compiler: clang, version: 6, build_type: Release, cppstd: 11, asan: OFF } - { compiler: clang, version: 10, build_type: Release, cppstd: 11 } - { compiler: clang, version: 10, build_type: Debug, cppstd: 17, asan: OFF } - { compiler: clang, version: 12, build_type: Debug, cppstd: 17, asan: OFF }