From f29dbabe9295d3399298f7da109d1f38c24d5bff Mon Sep 17 00:00:00 2001 From: Maxime Pinard Date: Mon, 8 Jan 2024 21:24:44 +0100 Subject: [PATCH] CI: removed outdated configs --- .github/workflows/macos.yml | 13 ------------- .github/workflows/ubuntu.yml | 4 ---- 2 files changed, 17 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index cbced6c..9f2ea83 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -15,19 +15,6 @@ jobs: fail-fast: false matrix: config: [ - {os: macos-10.15, xcode: 10.3}, - # {os: macos-10.15, xcode: 11.2.1}, - # {os: macos-10.15, xcode: 11.3.1}, - # {os: macos-10.15, xcode: 11.4.1}, - # {os: macos-10.15, xcode: 11.5}, - # {os: macos-10.15, xcode: 11.6}, - {os: macos-10.15, xcode: 11.7}, - # {os: macos-10.15, xcode: 12.0.1}, - # {os: macos-10.15, xcode: 12.1}, - # {os: macos-10.15, xcode: 12.1.1}, - # {os: macos-10.15, xcode: 12.2}, - # {os: macos-10.15, xcode: 12.3}, - {os: macos-10.15, xcode: 12.4}, # {os: macos-11, xcode: 11.7}, # {os: macos-11, xcode: 12.4}, {os: macos-11, xcode: 12.5.1}, diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 89a2aa4..a00bd7f 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -16,10 +16,6 @@ jobs: fail-fast: false matrix: config: [ - {os: ubuntu-18.04, compiler_name: gcc-7, c_compiler: gcc-7, cxx_compiler: g++-7}, - # {os: ubuntu-18.04, compiler_name: gcc-9, c_compiler: gcc-9, cxx_compiler: g++-9}, - # {os: ubuntu-18.04, compiler_name: gcc-10, c_compiler: gcc-10, cxx_compiler: g++-10}, - {os: ubuntu-18.04, compiler_name: clang-9, c_compiler: clang-9, cxx_compiler: clang++-9}, {os: ubuntu-20.04, compiler_name: gcc-9, c_compiler: gcc-9, cxx_compiler: g++-9}, {os: ubuntu-20.04, compiler_name: gcc-10, c_compiler: gcc-10, cxx_compiler: g++-10}, {os: ubuntu-20.04, compiler_name: clang-10, c_compiler: clang-10, cxx_compiler: clang++-10},