Skip to content

Commit

Permalink
Remove macOS clang github action lacking ranges support
Browse files Browse the repository at this point in the history
  • Loading branch information
a-n-t-h-o-n-y committed Feb 2, 2024
1 parent 29b4710 commit 5ab19b1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,22 +121,6 @@ jobs:
mkdir build && cd build
cmake .. && make termcaps
# MacOS-12 Clang
build-MacOS12-clang14:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install ICU
run: brew install icu4c
- env:
CC: clang
CXX: clang++
run: |
mkdir build && cd build
cmake .. -DICU_ROOT=/usr/local/opt/icu4c && make termcaps
# MacOS-12 GCC
build-MacOS12-gcc12:
runs-on: macos-12
Expand Down

0 comments on commit 5ab19b1

Please sign in to comment.