Skip to content

Commit

Permalink
linux_and_macos.yml: Drop macOS 11
Browse files Browse the repository at this point in the history
.. because it is no longer supported by Homebrew
  • Loading branch information
hartwork committed Jan 29, 2024
1 parent 3908445 commit 35a8b55
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,11 @@ jobs:
clang_repo_suffix: -18
runs-on: ubuntu-latest
# macOS
- cc: gcc-10
cxx: g++-10
clang_major_version: null
clang_repo_suffix: null
runs-on: macos-11
- cc: gcc-12
cxx: g++-12
clang_major_version: null
clang_repo_suffix: null
runs-on: macos-12
- cc: clang
cxx: clang++
clang_major_version: null
clang_repo_suffix: null
runs-on: macos-11
- cc: clang
cxx: clang++
clang_major_version: null
Expand Down

0 comments on commit 35a8b55

Please sign in to comment.