From 47e04cf043a500f19f8f6798f900c339303d7589 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 31 Aug 2023 00:29:17 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19645656..abd96b3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +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: 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 } - { compiler: clang, version: 15, build_type: Release, cppstd: 20, asan: OFF } container: