Skip to content

Commit

Permalink
removed macos-11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Nov 13, 2023
1 parent 7eb122d commit 2184fbb
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,16 @@ jobs:
cmake_generator: "Unix Makefiles",
ycm_version: "0.15.3",
}
- {
cmake_version: "3.26.*",
cmake_generator: "Unix Makefiles",
ycm_version: "0.15.3",
}
- {
cmake_version: "3.27.*",
cmake_generator: "Unix Makefiles",
ycm_version: "0.15.3",
}
steps:
- name: remove any previous installation of cmake
run: |
Expand Down Expand Up @@ -666,24 +676,6 @@ jobs:
cmake_generator: "Xcode",
cmake_initial_cache_file: ".ci/initial-cache.gh.macos.cmake",
}
- {
id: '33',
os: macos-11,
build_type: "Release",
cc: "clang",
cxx: "clang++",
cmake_generator: "Unix Makefiles",
cmake_initial_cache_file: ".ci/initial-cache.gh.macos.cmake",
}
- {
id: '34',
os: macos-11,
build_type: "Release",
cc: "clang",
cxx: "clang++",
cmake_generator: "Xcode",
cmake_initial_cache_file: ".ci/initial-cache.gh.macos.cmake",
}

steps:

Expand Down

0 comments on commit 2184fbb

Please sign in to comment.