Skip to content

Commit

Permalink
CI: removed outdated configs
Browse files Browse the repository at this point in the history
  • Loading branch information
pinam45 committed Jan 8, 2024
1 parent 5b7e875 commit f29dbab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit f29dbab

Please sign in to comment.